Skip to content

Commit

Permalink
ci.yml: Trace service output and try to connect to a Postmaster
Browse files Browse the repository at this point in the history
  • Loading branch information
richardapeters committed Dec 5, 2024
1 parent b6ccb66 commit fa00004
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ jobs:
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
ports:
- 80
options: ${{ vars.ENV_POSTMASTER_IP }}
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
Expand All @@ -139,3 +142,4 @@ jobs:
- run: tar -zxvf hal_st-*.tar.gz
- run: mkdir install && mv hal_st-*/* install/
- run: ls install/bin
- run: docker logs "${{ job.services.flex.id }}"
2 changes: 2 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ on:
pull_request:
types: [opened, synchronize, reopened]

permissions: read-all

jobs:
analyze:
name: Analyze (${{ matrix.language }})
Expand Down

0 comments on commit fa00004

Please sign in to comment.