Skip to content

Commit

Permalink
Merge pull request #46 from kalio007/dev
Browse files Browse the repository at this point in the history
Made corrections to the dev.yml run test step
  • Loading branch information
Idimmusix authored Jul 20, 2024
2 parents 4d59dbd + b9e0be4 commit c312067
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
run: yarn install

- name: Run Test
run: yarn test
run: yarn test --passWithNoTests

- name: buld the dist
run: yarn build --passWithNoTests
run: yarn build

- name: setup service file
run: sudo cp server-script/aihomeworkdev.service /etc/systemd/system
Expand Down

0 comments on commit c312067

Please sign in to comment.