Skip to content

Commit

Permalink
fix github workflows path
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasMeloSena committed Jul 12, 2024
1 parent 986bb50 commit cf3af5d
Show file tree
Hide file tree
Showing 4 changed files with 1,050 additions and 1,496 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ jobs:
prettier:
name: Prettier
runs-on: ubuntu-latest

defaults:
run:
working-directory: ./server

steps:
- uses: actions/checkout@v4

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ jobs:
jest:
name: Jest Ubuntu
runs-on: ubuntu-latest

defaults:
run:
working-directory: ./server

steps:
- uses: actions/checkout@v4

Expand Down
Loading

0 comments on commit cf3af5d

Please sign in to comment.