Skip to content

Commit

Permalink
forgot a command
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikwilkowski committed Jun 14, 2024
1 parent 75f3d7d commit ec003b1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,18 +193,16 @@ jobs:
run: yarn --version

- name: Yarn install dependencies
run: yarn install --frozen-lockfile
run: cd nodejs && yarn install --frozen-lockfile

- name: Build files
run:
cd nodejs && yarn build
run: cd nodejs && yarn build

- name: Tree files
run: npx tree-cli -l 5 --ignore "node_modules/, .git/"

- name: Yarn test
run:
cd nodejs && yarn test
run: cd nodejs && yarn test

# -------------------------------| COVERAGE |------------------------------- #
# ***********
Expand Down

0 comments on commit ec003b1

Please sign in to comment.