Skip to content

Commit

Permalink
Corrected error in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
JimTheCactus committed Oct 2, 2024
1 parent c0b83d9 commit 502c72e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/fmt-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
- name: Lint the App
run: yarn lint
shell: bash
- name: Build the App
run: yarn Build
shell: bash
- name: Test the App
run: yarn test
shell: bash

0 comments on commit 502c72e

Please sign in to comment.