Skip to content

Commit

Permalink
Fetch the samples-google-prototype branch before checking it out.
Browse files Browse the repository at this point in the history
  • Loading branch information
netdpb committed Jan 4, 2024
1 parent 2c8d77e commit 915e064
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
SHALLOW: 1
- name: Check out jspecify/samples-google-prototype
if: always()
run: git checkout samples-google-prototype
run: |
git fetch --depth=1 samples-google-prototype
git checkout samples-google-prototype
working-directory: jspecify
- name: Run Samples Tests
if: always()
Expand Down

0 comments on commit 915e064

Please sign in to comment.