Skip to content

Commit

Permalink
Rebuild (from cache) the test image for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr committed Sep 10, 2024
1 parent 124f3dc commit 551c667
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
- name: script/build
run: script/build ${{ matrix.flavor }} ${{ steps.meta.outputs.tags }}
- name: script/test
run: script/test ${{ steps.meta.outputs.tags }}
strategy:
Expand Down
4 changes: 4 additions & 0 deletions script/generate-workflow-files
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ def write_test_workflow(flavors):
'cache-to': 'type=gha,mode=max'
}
},
{
'name': 'script/build',
'run': 'script/build ${{ matrix.flavor }} ${{ steps.meta.outputs.tags }}'
},
{
'name': 'script/test',
'run': 'script/test ${{ steps.meta.outputs.tags }}'
Expand Down

0 comments on commit 551c667

Please sign in to comment.