Skip to content

Commit

Permalink
Merge branch 'feat/deno-runtime' into deno/modify-accessors
Browse files Browse the repository at this point in the history
  • Loading branch information
d-gubert authored Dec 1, 2023
2 parents 4a62fca + 632c285 commit e8ce8f9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:

test:
runs-on: ubuntu-latest
needs: prepare
needs: build

steps:
- name: Use Node.js 14.19.3
Expand All @@ -107,9 +107,7 @@ jobs:

build:
runs-on: ubuntu-latest
needs:
- lint
- test
needs: lint

steps:
- name: Use Node.js 14.19.3
Expand Down

0 comments on commit e8ce8f9

Please sign in to comment.