Skip to content

Commit

Permalink
build: change github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
klawdyo committed Sep 11, 2024
1 parent 6a946bd commit 38257e7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:

# Install Node Modules
- name: Install Node Modules
run: yarn install --frozen-lockfile
run: npm install

# Runs a set of commands using the runners shell
- name: Runs Unit Tests
run: yarn test
- name: Build typescript code
run: npm run build

# Runs a set of commands using the runners shell
- name: Build typescript code
run: yarn build
- name: Runs Unit Tests
run: npm run test

0 comments on commit 38257e7

Please sign in to comment.