Skip to content

Commit

Permalink
Intentional API failure to test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
stsnel committed Oct 9, 2023
1 parent c5be891 commit 2c3d5cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/api-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Run API tests
on:
push:
branches:
- api-test-failure-test
- development
pull_request:

Expand Down
2 changes: 1 addition & 1 deletion tests/features/api/api_browse.feature
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Feature: Browse API

Examples:
| user | collection | result |
| researcher | /tempZone/home/research-initial | testdata |
| researcher | /tempZone/home/research-initial | thisonefails |
| researcher | /tempZone/home/research-initial/testdata | lorem.txt |
| researcher | /tempZone/home/research-initial/testdata | SIPI_Jelly_Beans_4.1.07.tiff |
| datamanager | /tempZone/home/research-initial | testdata |
Expand Down

0 comments on commit 2c3d5cf

Please sign in to comment.