Skip to content

Commit

Permalink
fix(unit-tests): fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
piyoki committed Jan 1, 2024
1 parent 08efb59 commit 3ab6ca0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
- common/**/*.yaml
- container/**/*.yaml
- git/**/*.yaml
- github/**/*.yaml
- .github/workflows/run-unit-tests.yaml

defaults:
Expand Down Expand Up @@ -48,4 +49,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: vertexbox/github-seed-actions/github/rss-to-issue/test@master
secrets: inherit
secrets: inherit

0 comments on commit 3ab6ca0

Please sign in to comment.