Skip to content

Commit

Permalink
test failing npm i
Browse files Browse the repository at this point in the history
  • Loading branch information
smalho01 committed Jan 31, 2024
1 parent e23710f commit d111649
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
- name: Checkout rems-setup
uses: actions/checkout@v4
with:
repository: mcode/rems-setup
Expand All @@ -61,7 +61,7 @@ jobs:
with:
repository: mcode/rems-admin
path: rems-admin
submodule: true
submodules: true
ref: ${{ github.event.inputs.rems-admin-branch }}

- name: Checkout pims repo
Expand All @@ -76,7 +76,7 @@ jobs:
with:
repository: mcode/rems-smart-on-fhir
path: rems-smart-on-fhir
submodule: true
submodules: true
ref: ${{ github.event.inputs.rems-smart-on-fhir-branch }}

- name: Start containers
Expand All @@ -86,7 +86,7 @@ jobs:
with:
node-version: 18
- name: Install dependencies
run: npm ci
run: npm install
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run Playwright tests
Expand Down

0 comments on commit d111649

Please sign in to comment.