Skip to content

Commit

Permalink
fix: remove github action check on tests (#1436)
Browse files Browse the repository at this point in the history
* ci: remove github action check on tests
  • Loading branch information
razvan-pro committed Dec 15, 2020
1 parent 2b5c2d1 commit 28de816
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
jobs:
test:
name: Run JS/Python/Cypress tests
if: github.event.head_commit.author.email != 'action@github.com'
runs-on: ubuntu-18.04
steps:
- name: Checkout
Expand Down Expand Up @@ -60,7 +59,6 @@ jobs:

test-aimmo-game:
name: Test aimmo-game
if: github.event.head_commit.author.email != 'action@github.com'
runs-on: ubuntu-18.04
steps:
- name: Checkout
Expand All @@ -83,7 +81,6 @@ jobs:

test-aimmo-game-creator:
name: Test aimmo-game-creator
if: github.event.head_commit.author.email != 'action@github.com'
runs-on: ubuntu-18.04
steps:
- name: Checkout
Expand All @@ -106,7 +103,6 @@ jobs:

test-aimmo-game-worker:
name: Test aimmo-game-worker
if: github.event.head_commit.author.email != 'action@github.com'
runs-on: ubuntu-18.04
steps:
- name: Checkout
Expand Down

0 comments on commit 28de816

Please sign in to comment.