Skip to content

Commit

Permalink
updated test config
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhravHussen committed Jul 24, 2023
1 parent ef314d4 commit c2cfbab
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: "16" # Replace this with the version of Node.js your project requires

- name: Install Yarn dependencies in auth folder
run: cd auth && yarn install

- name: Run tests in auth folder
run: cd auth && yarn test:ci
- uses: actions/checkout@v2
- run: cd auth && npm i && npm run test:ci

0 comments on commit c2cfbab

Please sign in to comment.