mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2025-12-06 00:20:05 +01:00
Converted pipeline to use yarn
This commit is contained in:
parent
781065374a
commit
1aa8e2d4c4
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
|
@ -8,8 +8,8 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install Modules
|
||||
run: npm install
|
||||
run: yarn install
|
||||
- name: Run Build
|
||||
run: npm run build
|
||||
run: yarn run build
|
||||
- name: Run Tests
|
||||
run: npm test
|
||||
run: yarn test
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user