Skip to content

Commit

Permalink
devops: use playwright-github-action@v1 (#3221)
Browse files Browse the repository at this point in the history
The playwright-github-action@v1 now points to v1.4.3, so we can
switch to it once again.
  • Loading branch information
aslushnikov authored Jul 31, 2020
1 parent cbfdca7 commit 421f6f4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_canary_npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
node-version: 10
registry-url: 'https://registry.npmjs.org'
- uses: microsoft/playwright-github-action@v1.4.2
- uses: microsoft/playwright-github-action@v1
- run: npm ci
- run: npm run build
- run: node utils/update_version.js --next
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
node-version: 10
registry-url: 'https://registry.npmjs.org'
- uses: microsoft/playwright-github-action@v1.4.2
- uses: microsoft/playwright-github-action@v1
- run: npm ci
- run: npm run build
- run: utils/publish_all_packages.sh --release
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 10
- uses: microsoft/playwright-github-action@v1.4.2
- uses: microsoft/playwright-github-action@v1
- run: npm ci
- run: npm run build
- run: mkdir -p coredumps
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 10
- uses: microsoft/playwright-github-action@v1.4.2
- uses: microsoft/playwright-github-action@v1
- run: npm ci
- run: npm run build
- run: npm run jest -- --testTimeout=30000
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 10
- uses: microsoft/playwright-github-action@v1.4.2
- uses: microsoft/playwright-github-action@v1
- run: npm ci
- run: npm run build
- run: npm run jest -- --testTimeout=30000
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node_version }}
- uses: microsoft/playwright-github-action@v1.4.2
- uses: microsoft/playwright-github-action@v1
- run: npm ci
- run: npm run build
- run: bash packages/installation-tests/installation-tests.sh
Expand All @@ -166,7 +166,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 10
- uses: microsoft/playwright-github-action@v1.4.2
- uses: microsoft/playwright-github-action@v1
- run: npm ci
- run: npm run build
- run: mkdir -p coredumps
Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 10
- uses: microsoft/playwright-github-action@v1.4.2
- uses: microsoft/playwright-github-action@v1
- run: npm ci
- run: npm run build
- run: mkdir -p coredumps
Expand Down

0 comments on commit 421f6f4

Please sign in to comment.