Skip to content

Commit

Permalink
main mode, full test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejewsky committed Jan 2, 2024
1 parent ba96916 commit 6179272
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/actions/merge-pw-reports/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ description: Merge reports from all shards
runs:
using: "composite"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version-file: ".nvmrc"
- name: Install dependencies
shell: bash
run: npm ci
Expand Down
2 changes: 0 additions & 2 deletions .github/actions/run-pw-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ inputs:
runs:
using: "composite"
steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
with:
node-version-file: ".nvmrc"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/run-test-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
outputs:
POOL_NAME: ${{ steps.pool_variables.outputs.POOL_NAME }}
POOL_INSTANCE: ${{ steps.pool_variables.outputs.POOL_INSTANCE }}
BASE_URL: ${{ steps.pool_variables.outputs.BASE_URL }}
API_URL: ${{ steps.pool_variables.outputs.API_URL }}
BASE_URL: ${{ steps.cloud_variables.outputs.BASE_URL }}
API_URL: ${{ steps.cloud_variables.outputs.API_URL }}
BACKUP_ID: ${{ steps.cloud_variables.outputs.BACKUP_ID }}
BACKUP_VER: ${{ steps.cloud_variables.outputs.BACKUP_VER }}
BACKUP_NAME: ${{ steps.cloud_variables.outputs.BACKUP_NAME }}
Expand Down Expand Up @@ -63,8 +63,6 @@ jobs:
shard: [1/2, 2/2]
steps:
- uses: actions/checkout@v4
with:
sparse-checkout: ./.github/actions

- name: Run playwright tests
uses: ./.github/actions/run-pw-tests
Expand All @@ -81,5 +79,7 @@ jobs:
needs: run-tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Merge playwright reports
uses: ./.github/actions/run-pw-tests

0 comments on commit 6179272

Please sign in to comment.