Skip to content

Commit

Permalink
feat(build): added test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zZHorizonZz committed Aug 7, 2024
1 parent 72b2554 commit 18ad926
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/build-push-container-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- master
release:
types: [created]
types: [ created ]

permissions:
contents: read
Expand All @@ -19,7 +19,11 @@ env:
MODULE_NAME: "zenei"

jobs:
test:
uses: ./.github/workflows/run-tests.yml

build-and-push:
needs: test
strategy:
matrix:
include:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Run Tests

on:
push:
branches:
- master
pull_request:
branches:
- master
Expand Down

0 comments on commit 18ad926

Please sign in to comment.