diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index abb50c7..09b419a 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -83,7 +83,7 @@ jobs: run: | earthly account login --token ${{ secrets.EARTHLY_SAT_TOKEN }} >> /dev/null earthly org s blue-build - earthly sat s blue-build-integration-tests + earthly sat s integration-tests # Setup repo and add caching - uses: actions/checkout@v4 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2d5ff64..f1b97c3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -83,7 +83,7 @@ jobs: run: | earthly account login --token ${{ secrets.EARTHLY_SAT_TOKEN }} >> /dev/null earthly org s blue-build - earthly sat s blue-build-integration-tests + earthly sat s integration-tests # Setup repo and add caching - uses: actions/checkout@v4