Skip to content

Commit

Permalink
test CI framework (expect to pass)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoopes committed Nov 30, 2022
1 parent 7edfd47 commit 820d6cd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ jobs:

- name: Run tests
working-directory: test
# this is expected to fail
run: python -c 'import surfa bad'
# simple test for now checking whether general import works
# we should soon get some actual pytest scripts running
run: python -c 'import surfa'

0 comments on commit 820d6cd

Please sign in to comment.