Skip to content

Commit

Permalink
CI: Migrate fast test suite from Travis CI
Browse files Browse the repository at this point in the history
Signed-off-by: Jessica Wagantall <[email protected]>
  • Loading branch information
jwagantall committed Oct 29, 2024
1 parent 6b70c40 commit 5d3bd3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: urchin tests

on: [push]
on: [pull_request, push]

permissions:
contents: read
Expand Down Expand Up @@ -31,6 +31,7 @@ jobs:
suite:
- install_script
- sourcing
- fast
shell:
- sh
- bash
Expand Down
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,6 @@ env:
- PATH="/usr/lib/ccache/:$PATH"
- NVM_DIR="${TRAVIS_BUILD_DIR}"
matrix:
- SHELL=sh TEST_SUITE=fast
- SHELL=dash TEST_SUITE=fast
- SHELL=bash TEST_SUITE=fast
- SHELL=zsh TEST_SUITE=fast
# - SHELL=ksh TEST_SUITE=fast
- SHELL=sh TEST_SUITE=slow
- SHELL=dash TEST_SUITE=slow
- SHELL=bash TEST_SUITE=slow
Expand Down

0 comments on commit 5d3bd3b

Please sign in to comment.