Skip to content

Commit

Permalink
chore: CI test for version incompatibilities (#742)
Browse files Browse the repository at this point in the history
* update snapshots

* test: unit test for version incompatibilities

* cleanup
  • Loading branch information
carmenberndt authored Mar 16, 2021
1 parent edf28a5 commit a89b86d
Show file tree
Hide file tree
Showing 4 changed files with 629 additions and 254 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,8 @@ jobs:
- name: Catch shell script issues
if: matrix.os == 'ubuntu-latest'
run: npm run shell:lint
- name: Catch version incompatibilities
if: matrix.os == 'ubuntu-latest'
run: npm run testScripts


Loading

0 comments on commit a89b86d

Please sign in to comment.