Skip to content

Commit

Permalink
Print cached datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
akihironitta committed Nov 23, 2020
1 parent fc8819a commit ba06265
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci_test-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ jobs:

- name: Print cached datasets
run: |
ls -lh datasets/
ls -lh datasets/*
ls -lh datasets/ || return 0
ls -lh datasets/* || return 0
- name: Tests
run: |
Expand All @@ -93,8 +93,8 @@ jobs:
- name: Print cached datasets
run: |
ls -lh datasets/
ls -lh datasets/*
ls -lh datasets/ || return 0
ls -lh datasets/* || return 0
- name: Upload pytest test results
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit ba06265

Please sign in to comment.