Skip to content

Commit

Permalink
only change e2e test job
Browse files Browse the repository at this point in the history
  • Loading branch information
astone123 authored Dec 20, 2023
1 parent 7f27b76 commit f7e8d29
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ jobs:
- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.0.0
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/checkout@v3
- name: Restore cached dependencies
id: dependency-restore
uses: actions/cache/restore@v3
Expand Down Expand Up @@ -71,7 +69,9 @@ jobs:
- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.0.0
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Restore cached dependencies
id: dependency-restore
uses: actions/cache/restore@v3
Expand Down

0 comments on commit f7e8d29

Please sign in to comment.