Skip to content

Commit

Permalink
Rename job step
Browse files Browse the repository at this point in the history
  • Loading branch information
Jianjie Liu committed Aug 12, 2021
1 parent 50d87e5 commit f040b0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: pr-gate

on:
push:
branches: [ laserprec/ghaction-ci, laserprec/ghaction-sandbox2]
branches: [ laserprec/ghaction-ci, laserprec/ghaction-sandbox* ]

# This file defines following CI workflow:
#
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
pip install tox
- name: Run flake8
# TODO: re-enable this flake8 blocks (turned off to get a draft of the pipeline infrastracture)
# TODO: re-enable this flake8 block (turned off to get a draft of the pipeline infrastructure)
continue-on-error: true
run: |
tox -e flake8
Expand All @@ -65,7 +65,7 @@ jobs:
# different kind of tests are located in tests/<unit|integration|smoke> folders
test-kind: ['unit']
# pytest markers configured in tox.ini. See https://docs.pytest.org/en/6.2.x/example/markers.html
test-marker: ['not gpu and not spark and not notebooks', 'not gpu and notebooks and not spark']
test-marker: ['not gpu and not spark and not notebooks', 'notebooks and not gpu and not spark']

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit f040b0f

Please sign in to comment.