Skip to content

Commit

Permalink
test (#14)
Browse files Browse the repository at this point in the history
* test

* test

* test
  • Loading branch information
yinweisu committed Dec 30, 2020
1 parent 4433fc8 commit 75249ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: |
echo hello
echo "$GITHUB_CONTEXT"
# - name: Checkout repository(For push)
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on:
pull_request:
jobs:
unittests:
runs-on: ${{ matrix.os }}
strategy:
matrix:
runs-on: ubuntu-latest
# runs-on: ${{ matrix.os }}
# strategy:
# matrix:
# os: [macos-latest, windows-latest, ubuntu-latest]
os:[ubuntu-latest]
steps:
- name: Checkout repository(For push)
if: ${{ github.event_name == 'push' }}
Expand All @@ -26,6 +26,7 @@ jobs:
with:
auto-update-conda: true
python-version: 3.7

# - name: sanity-check
# shell: bash -l {0}
# run: |
Expand Down

0 comments on commit 75249ad

Please sign in to comment.