diff options
author | 2020-10-12 13:58:35 +0100 | |
---|---|---|
committer | 2020-10-12 13:58:35 +0100 | |
commit | bb86d6120f8f1d80fd32ad25c2e705a72dc38bb4 (patch) | |
tree | a375282b852ee215047851f79edcbcdd9c3c101b /.github | |
parent | Remove comments (diff) |
Fix tests
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test_and_lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test_and_lint.yml b/.github/workflows/test_and_lint.yml index 86ac818..c8d9949 100644 --- a/.github/workflows/test_and_lint.yml +++ b/.github/workflows/test_and_lint.yml @@ -30,7 +30,7 @@ jobs: - name: Install dependencies run: yarn install - - name: Install dependencies + - name: Run tests run: yarn test |