Skip to content

Commit

Permalink
Disable wait for build
Browse files Browse the repository at this point in the history
  • Loading branch information
jmthomas committed Sep 13, 2023
1 parent 9767346 commit e369206
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ jobs:
sudo cp openc3-cosmos-pw-test-1.0.0.gem openc3-cosmos-pw-test-1.0.1.gem
../openc3.sh cliroot validate openc3-cosmos-pw-test-1.0.0.gem
# Ensure we're connected and running
- name: Wait for build
run: yarn playwright test --project=chromium tests/wait-for-build.spec.ts
working-directory: playwright
# - name: Wait for build
# run: yarn playwright test --project=chromium tests/wait-for-build.spec.ts
# working-directory: playwright
- name: Run Playwright tests
# Run separately to allow for parallelism
run: |
Expand Down

0 comments on commit e369206

Please sign in to comment.