Skip to content

Commit

Permalink
fix: syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
niazhussain committed Nov 2, 2023
1 parent b978532 commit c79bd5c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/publishondockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,15 @@ jobs:
sudo TAG=${{ steps.image-version.outputs.tag }} docker compose pull
sudo TAG=${{ steps.image-version.outputs.tag }} docker compose down -v
sudo TAG=${{ steps.image-version.outputs.tag }} docker compose up -d --build --remove-orphans
Test:
name: Run Auto Test
runs-on: ubuntu-20.04
needs: deploy
steps:
- name: Checkout code from specific branch
uses: actions/checkout@v2
with:
repository: https://github.com/peaqnetwork/peaq-network-qa
ref: test/1205859619866294_add-test-stage-in-peaqnode-deployment
- name: Run AutoTest
uses: https://github.com/peaqnetwork/peaq-network-qa/blob/test/1205859619866294_add-test-stage-in-peaqnode-deployment/.github/workflows/RunTest.yml
test:
name: Run Auto Test
runs-on: ubuntu-20.04
needs: deploy
steps:
- name: Checkout code from specific branch
uses: actions/checkout@v2
with:
repository: https://github.com/peaqnetwork/peaq-network-qa
ref: test/1205859619866294_add-test-stage-in-peaqnode-deployment
- name: Run AutoTest
uses: https://github.com/peaqnetwork/peaq-network-qa/blob/test/1205859619866294_add-test-stage-in-peaqnode-deployment/.github/workflows/RunTest.yml

0 comments on commit c79bd5c

Please sign in to comment.