chore: Fix integration tests

This commit is contained in:
Gerald Pinder 2024-04-28 00:36:45 -04:00
parent 232795a932
commit 76d32bc23a
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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