Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
juancwu committed Nov 22, 2024
1 parent c178238 commit 671ac2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
run:
working-directory: frontend
steps:
- uses: actions/checkout@v4
- name: Check ls
run: ls
- uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
Expand Down Expand Up @@ -54,9 +54,9 @@ jobs:
ports:
- 5432:5432
steps:
- uses: actions/checkout@v4
- name: Check ls
run: ls
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit 671ac2a

Please sign in to comment.