Skip to content

Commit

Permalink
test: testing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
GaelFerrand committed Nov 6, 2023
1 parent 785eda0 commit 1bfc7d5
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,6 @@ jobs:
shard: [1]
steps:
- uses: actions/checkout@v3
- name: Set up Node.js
working-directory: front
uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'npm'
cache-dependency-path: front/package-lock.json
- name: Install dependencies
working-directory: front
run: npm ci
- name: Install Playwright Browsers
working-directory: front
run: npx playwright install --with-deps
- name: Start containers
working-directory: back/integration-tests
env:
Expand All @@ -34,6 +21,9 @@ jobs:
run: |
chmod +x ./run.sh
./run.sh -u -c ${{ matrix.shard }}/${{ strategy.job-total }}
- name: Install Playwright Browsers
working-directory: front
run: npx playwright install --with-deps
- name: Run Playwright tests
working-directory: front
run: npx playwright test
Expand Down

0 comments on commit 1bfc7d5

Please sign in to comment.