Skip to content

Commit

Permalink
chore(ci): test start.sh for portal-loop
Browse files Browse the repository at this point in the history
  • Loading branch information
albttx committed May 9, 2024
1 parent 8057505 commit 02c8aab
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/portal-loop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- .github/workflows/portal-loop.yml
branches:
- "master"
- "ops/portal-loop"
- "ci/portal-loop"
tags:
- "v*"

Expand Down Expand Up @@ -46,3 +46,16 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

build-gno:
uses: ./.github/workflows/docker.yml

test-portal-loop:
runs-on: ubuntu-latest
needs: build-gno
container: docker://ghcr.io/${{ github.repository }}:${GITHUB_SHA::8}
steps:
- name: Checkout
uses: actions/checkout@v4

- run: bash ./misc/loop/scripts/start.sh

0 comments on commit 02c8aab

Please sign in to comment.