Skip to content

Commit

Permalink
UPD: Added missing lines of deleted code
Browse files Browse the repository at this point in the history
  • Loading branch information
AGiljanovic committed May 23, 2024
1 parent 470b8c2 commit d2d573a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name: Test and E2E tests on PR
run-name: Run tests and E2E tests on PR

on:
pull_request:
branches:
- main

jobs:
run-tests:
runs-on: ubuntu-latest
Expand All @@ -26,8 +24,13 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '20'
- run: yarn install

- name: Install dependencies
run: yarn install

- name: Run E2E tests
env:
PLAYWRIGHT_URL: http://localhost:3000
run: yarn test:e2e
CI:
run: |
yarn test:e2e

0 comments on commit d2d573a

Please sign in to comment.