Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into refactor/merged-route
Browse files Browse the repository at this point in the history
  • Loading branch information
williamboman committed Jun 12, 2024
2 parents 36bb02b + db6bef9 commit 736d0a0
Show file tree
Hide file tree
Showing 24 changed files with 1,151 additions and 491 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/schema-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: amondnet/vercel-action@v25.1.1
- uses: actions/checkout@v4
- uses: amondnet/vercel-action@v25.2.0
if: ${{ github.event_name == 'pull_request' }}
id: deploy
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Run tests
run: cd api && cargo test
Loading

0 comments on commit 736d0a0

Please sign in to comment.