diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-07-18 21:24:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-18 21:24:21 +0200 |
| commit | 3742988faf2aaa5ea011631bde96f562ffbdca71 (patch) | |
| tree | 7f1fec7516adb55dac7a9201bd3f73f928a2162f /.github | |
| parent | d8ca0a983dff84b0d73f3a135ed0142570d7dae0 (diff) | |
run tests on every push
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d5f9f79..aa38050 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,6 @@ name: Test CI -on: [pull_request] +on: [push] jobs: test: runs-on: ubuntu-latest @@ -12,4 +12,4 @@ jobs: - name: Install Dependencies run: npm install - name: Run Tests - run: npm test
\ No newline at end of file + run: npm test |
