Skip to content

Commit

Permalink
try and run tests in gh actions
Browse files Browse the repository at this point in the history
and remove the other test-publish action
  • Loading branch information
NicolasCARPi committed Apr 12, 2024
1 parent 194473f commit 1b8bf62
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 141 deletions.
137 changes: 0 additions & 137 deletions .github/workflows/test-and-release.yml

This file was deleted.

13 changes: 9 additions & 4 deletions .github/workflows/validating.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,18 @@ jobs:
node: [ '18', '20' ]
name: Node ${{ matrix.node }} test
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: 'npm'
- name: Install dependencies
run: yarn install
#- name: Run test
#run: yarn run test
- name: Run test
run: yarn run test
- uses: cypress-io/github-action@v6
with:
start: yarn start-test-server
wait-on: "http://localhost:8888"
wait-on-timeout: 5

0 comments on commit 1b8bf62

Please sign in to comment.