Skip to content

Commit

Permalink
Fix test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
AmsterGet committed Sep 20, 2024
1 parent 1fcd014 commit 6c3c513
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- name: Install dependencies and run tests
env:
API_KEY: ${{ secrets.DEMO_API_KEY }}
PLATFORM: ubuntu
run: |
cd example-playwright
npm install
Expand All @@ -62,6 +63,7 @@ jobs:
- name: Install dependencies and run tests
env:
API_KEY: ${{ secrets.DEMO_API_KEY }}
PLATFORM: windows
run: |
cd example-playwright
npm install
Expand All @@ -85,6 +87,7 @@ jobs:
- name: Install dependencies and run tests
env:
API_KEY: ${{ secrets.DEMO_API_KEY }}
PLATFORM: macos
run: |
cd example-playwright
npm install
Expand Down

0 comments on commit 6c3c513

Please sign in to comment.