Skip to content

Commit

Permalink
pg-tap dbdev executabel
Browse files Browse the repository at this point in the history
  • Loading branch information
tiniscule committed Dec 2, 2023
1 parent a1bca40 commit 2f19a7b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
with:
name: dbdev-output
path: ~/.cargo/bin
- name: Make dbdev executable
run: chmod +x ~/.cargo/bin/dbdev
- uses: actions/checkout@v3
- uses: supabase/setup-cli@v1
with:
Expand Down Expand Up @@ -42,9 +44,8 @@ jobs:
with:
name: dbdev-output
path: ~/.cargo/bin
- run: |
ls -la ~/.cargo/bin
chmod +x ~/.cargo/bin/dbdev
- name: Make dbdev executable
run: chmod +x ~/.cargo/bin/dbdev
- uses: actions/checkout@v3
- uses: supabase/setup-cli@v1
with:
Expand Down

0 comments on commit 2f19a7b

Please sign in to comment.