Skip to content

Commit

Permalink
Update test-build-pub-npm-dockerhub.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
garris authored Feb 24, 2024
1 parent 517024f commit bac63bb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test-build-pub-npm-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ jobs:
test-buid-publish:
runs-on: ubuntu-latest
steps:

- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
ref: ${{ github.event.pull_request.head.sha || github.ref }}

- name: reference test
uses: ./.github/actions/backstop-reference-test.yml

Expand Down

0 comments on commit bac63bb

Please sign in to comment.