From 502a5773c2c2fa66d71728ba4ee47d9be51b7332 Mon Sep 17 00:00:00 2001 From: Garris Date: Fri, 23 Feb 2024 18:23:45 -0800 Subject: [PATCH] Update test-build-pub-npm-dockerhub.yml --- .../test-build-pub-npm-dockerhub.yml | 24 ++++++++++--------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/.github/workflows/test-build-pub-npm-dockerhub.yml b/.github/workflows/test-build-pub-npm-dockerhub.yml index 1dd1895b..abcb6fb6 100644 --- a/.github/workflows/test-build-pub-npm-dockerhub.yml +++ b/.github/workflows/test-build-pub-npm-dockerhub.yml @@ -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 - +