Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
  • Loading branch information
crazy-max committed Dec 21, 2023
1 parent 848e7d0 commit b9d7bc2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/bin-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,16 @@ jobs:
if-no-files-found: error
retention-days: 1

test:
runs-on: ubuntu-20.04
needs:
- build
if: always()
steps:
-
name: Dump context
uses: crazy-max/ghaction-dump-context@v2

merge:
runs-on: ubuntu-20.04
needs:
Expand Down

0 comments on commit b9d7bc2

Please sign in to comment.