Skip to content

Commit

Permalink
E2e pool
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejewsky committed Oct 18, 2023
1 parent c11f06d commit 773c6ee
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/e2e-pool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Cache node modules
uses: actions/cache@v3
env:
cache-name: cache-node-modules
with:
path: ~/.npm
key: ${{ runner.os }}-qa-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-qa-${{ env.cache-name }}-
${{ runner.os }}-qa-
${{ runner.os }}-
- name: Install deps
run: npm ci
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Retrieve instance
id: retrieve_instance
run: |
Expand Down

0 comments on commit 773c6ee

Please sign in to comment.