Skip to content

Commit

Permalink
Ci/remove node browsertests docker image (#24)
Browse files Browse the repository at this point in the history
* ci: remove jssoft/node_browsertests from test

* ci: remove jssoft/node_browsertests from publish

* chore: bump checkout action in test
  • Loading branch information
jkoenig134 authored Mar 15, 2023
1 parent 21b9dcf commit 0565c32
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@ on:
jobs:
publish-npm:
runs-on: ubuntu-latest
container: jssoft/node_browsertests
steps:
- uses: actions/checkout@v2
- run: apt-get update && apt-get install jq -y
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
registry-url: https://registry.npmjs.org/
- uses: browser-actions/setup-chrome@latest
- run: bash .ci/build.sh
env:
BUILD_NUMBER: ${{ github.run_number }}
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ on:
jobs:
test:
runs-on: ubuntu-latest
container: jssoft/node_browsertests
steps:
- uses: actions/checkout@v2
- run: apt-get update && apt-get install jq -y
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- uses: browser-actions/setup-chrome@latest
- run: bash .ci/build.sh
env:
BUILD_NUMBER: ${{ github.run_number }}
Expand Down

0 comments on commit 0565c32

Please sign in to comment.