Skip to content

Commit

Permalink
checkout first...
Browse files Browse the repository at this point in the history
  • Loading branch information
allisonport-db committed May 23, 2023
1 parent d2e42bc commit face1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
env:
SCALA_VERSION: ${{ matrix.scala }}
steps:
- uses: actions/checkout@v3
- uses: technote-space/get-diff-action@v4
id: git-diff
with:
Expand All @@ -20,7 +21,6 @@ jobs:
- name: print the results
run: |
echo $GIT_DIFF
- uses: actions/checkout@v3
- name: install java
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit face1d2

Please sign in to comment.