diff options
| author | 2020-10-12 15:04:06 +0100 | |
|---|---|---|
| committer | 2020-10-12 15:04:06 +0100 | |
| commit | 0abf07647a7f56ecd4b16c3bd0b6aef9cf8052a8 (patch) | |
| tree | 324220fcdf616152d8743e59b2ac6dcb6c6db816 /.github | |
| parent | Merge pull request #22 from python-discord/sentry/add-sentry-prefix (diff) | |
| parent | Remove unused dependencies (diff) | |
Merge pull request #23 from python-discord/build/new-process
Introduce new build system: SWC
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 |