Skip to content

Commit

Permalink
TEMPORARY: limit which Server tests get run
Browse files Browse the repository at this point in the history
  • Loading branch information
markspolakovs committed Aug 26, 2024
1 parent 3ae596d commit 1c89a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
docker compose -f docker-compose.yml -f docker-compose-rc-test.yml restart server jobrunner
- name: Run Playwright tests
run: yarn ${{ runner.debug && 'test:e2e:debug' || 'test:e2e' }}
run: yarn ${{ runner.debug && 'test:e2e:debug' || 'test:e2e' }} -g 'create show' # FIXME: change this back
working-directory: ./server
env:
PLAYWRIGHT_HTML_REPORT: ${{ github.workspace }}/server/playwright-report
Expand Down

0 comments on commit 1c89a8e

Please sign in to comment.