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 35caf25 commit 502a577
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions .github/workflows/test-build-pub-npm-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,17 @@ permissions:
env:
NODE_VERSION: 20

runs-on: ubuntu-latest

steps:
- run: echo "start workflow"

- name: Checkout
uses: actions/checkout@v2

- name: reference test
uses: ./.github/actions/backstop-reference-test.yml
jobs:
test-push-npm-dockerhub:
runs-on: ubuntu-latest

steps:
- run: echo "start workflow"

- name: Checkout
uses: actions/checkout@v2

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


0 comments on commit 502a577

Please sign in to comment.