Skip to content

Commit

Permalink
see whats cookin
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden committed Oct 3, 2024
1 parent cc3d539 commit 7fd8ff7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,7 @@ jobs:
nix develop -c sh -c '
./scripts/init-smoketests.sh &&
cd web/packages/test &&
(./scripts/start-services.sh > "${{ env.LOG_DIR }}/start-services.log" 2>&1 &) &&
sleep 10 &&
./scripts/check-relayer.sh &&
./scripts/run-smoketests.sh'
./scripts/start-services.sh'
continue-on-error: true
- name: Save start-services log file
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 7fd8ff7

Please sign in to comment.