Skip to content

Commit

Permalink
Update playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrewgdewar committed Jan 22, 2025
1 parent e4786be commit e07bf17
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
Binary file modified .DS_Store
Binary file not shown.
13 changes: 7 additions & 6 deletions .github/workflows/playwright-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ concurrency:
jobs:
playwright-api-test:
runs-on:
- codebuild-ContentSourcesCICDRunner-${{ github.run_id }}-${{ github.run_attempt }}
- codebuild-content-services-backend-repo-${{ github.run_id }}-${{ github.run_attempt }}
- instance-size:small
- buildspec-override:true

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Run get_go_version.sh script
id: get-go-version
run: |
Expand Down Expand Up @@ -53,13 +54,13 @@ jobs:
with:
node-version-file: "_playwright-tests/.nvmrc"

- name: Install dependencies
- name: Install playwright and dependencies
working-directory: _playwright-tests
run: yarn install
run: PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 yarn install

- name: Install Playwright Browsers
working-directory: _playwright-tests
run: yarn playwright install --with-deps
# - name: Install Playwright Browsers
# working-directory: _playwright-tests
# run: yarn playwright install

- name: Run Playwright tests
working-directory: _playwright-tests
Expand Down
Binary file modified _playwright-tests/.DS_Store
Binary file not shown.

0 comments on commit e07bf17

Please sign in to comment.