Skip to content

Commit

Permalink
Merge pull request #13 from techstartucalgary/ci/testing-workflow
Browse files Browse the repository at this point in the history
Fixed typo in ci.yml
  • Loading branch information
Axeloooo authored Nov 19, 2023
2 parents 0dd7434 + 436b2fb commit c0b5f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v2

- name: Install dependencies
run: npm install
Expand Down

0 comments on commit c0b5f5f

Please sign in to comment.