Skip to content

Commit

Permalink
merge jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
shazarre committed Mar 1, 2024
1 parent e07c601 commit 0cb8662
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- main

jobs:
build:
validate_list:
runs-on: ubuntu-latest

steps:
Expand All @@ -18,13 +18,6 @@ jobs:
with:
node-version: 20

- run: npm install

validate_list:
runs-on: ubuntu-latest

needs: [build]

steps:
- run: npm install
- run: npm test

0 comments on commit 0cb8662

Please sign in to comment.