[CI/CD] Enabled tests again
This commit is contained in:
parent
47bdc26154
commit
03914c83f2
|
|
@ -169,7 +169,7 @@ jobs:
|
|||
push_to_registry:
|
||||
name: Push Docker image to Docker Hub and GitHub Packages
|
||||
runs-on: ubuntu-latest
|
||||
# needs: test
|
||||
needs: test
|
||||
permissions:
|
||||
packages: write
|
||||
contents: read
|
||||
|
|
@ -215,7 +215,7 @@ jobs:
|
|||
push_to_registry_k6:
|
||||
name: Push Docker image to Docker Hub (KiCad 6)
|
||||
runs-on: ubuntu-latest
|
||||
# needs: test
|
||||
needs: test
|
||||
permissions:
|
||||
packages: write
|
||||
contents: read
|
||||
|
|
|
|||
Loading…
Reference in New Issue