Skip to content

Commit

Permalink
chore: re-enable test on actions builds
Browse files Browse the repository at this point in the history
  • Loading branch information
kunstmusik committed May 24, 2024
1 parent bc3fcd8 commit f131eab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
step: [
'lint:check',
#'test',
'test',
'build',
]
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
matrix:
step: [
'lint:check',
#'test',
'test',
'build',
]
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
step: [
'lint:check',
#'test',
'test',
'build',
]
steps:
Expand Down

0 comments on commit f131eab

Please sign in to comment.