Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
run command
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden authored and claravanstaden committed Feb 14, 2024
1 parent c35ac65 commit 80d0252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/parachain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: run e2e stack
run: |
nix develop -c sh -c 'cd web/packages/scripts && ./start-services.sh'
nix develop -c 'cd web/packages/scripts && ./start-services.sh'
# check:
# runs-on: snowbridge-runner
# env:
Expand Down

0 comments on commit 80d0252

Please sign in to comment.