We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b5fff8 commit fc1168bCopy full SHA for fc1168b
.github/workflows/test.yml
@@ -62,6 +62,15 @@ jobs:
62
load: true
63
- name: Run Perl tests
64
run: docker run -i ${{ steps.docker-build-test.outputs.imageid }}
65
+ - name: docker compose up
66
+ run: docker compose up -d
67
+ - uses: actions/setup-node@v4
68
+ with:
69
+ node-version: 22
70
+ - name: Install Playwright Browsers
71
+ run: ./bin/install-playwright
72
+ - name: Run Playwright tests
73
+ run: npx playwright test
74
test:
75
runs-on: ubuntu-24.04
76
name: Dockerless
0 commit comments