mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
fix(ci): run tests on release
This commit is contained in:
committed by
Łukasz Mierzwa
parent
82dfd16ea9
commit
ed8f78335b
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -14,7 +14,6 @@ on:
|
||||
jobs:
|
||||
test-go:
|
||||
name: Test Go code
|
||||
if: github.event_name != 'release'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out code
|
||||
@@ -89,7 +88,6 @@ jobs:
|
||||
|
||||
test-js:
|
||||
name: Test JS code
|
||||
if: github.event_name != 'release'
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
|
||||
Reference in New Issue
Block a user