Skip to content

Commit

Permalink
fixed syntax error in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Joydeep Mitra authored and Joydeep Mitra committed Nov 20, 2024
1 parent 2f784e1 commit 32a6e2c
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@ on:
- main

jobs:
test:
"run jest tests":
runs-on: cs5500-self-hosted
steps:
- name: Checkout Repository
uses: actions/checkout@v3

steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Install Dependencies
run: npm install

- name: Install Dependencies
run: npm install

- name: Run Tests
run: npx jest tests/
- name: Run Tests
run: npx jest tests/

0 comments on commit 32a6e2c

Please sign in to comment.