Skip to content

Commit

Permalink
dont' install chrome (#1166)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyreilly committed Aug 1, 2020
1 parent 2f6cbe8 commit 961e83c
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,20 @@ jobs:
build_test_and_publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2

- name: install node
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 14
registry-url: https://registry.npmjs.org/

- name: upgrade yarn
run: npm install yarn -g

- name: install
run: yarn install

- name: build
run: yarn build

- name: install chrome
uses: ./.github/node-chrome

- name: test
run: yarn execution-tests

Expand Down

0 comments on commit 961e83c

Please sign in to comment.