forked from getodk/central-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: run github actions on pull requests
Closes getodk#1315
- Loading branch information
alxndrsn
committed
Dec 9, 2024
1 parent
38fd622
commit 20564de
Showing
5 changed files
with
15 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
name: OIDC e2e tests | ||
|
||
on: push | ||
on: | ||
push: | ||
pull_request: | ||
|
||
env: | ||
DEBUG: pw:api | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
name: OIDC integration tests | ||
|
||
on: push | ||
on: | ||
push: | ||
pull_request: | ||
|
||
jobs: | ||
oidc-integration-test: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
name: S3 E2E Tests | ||
|
||
on: push | ||
on: | ||
push: | ||
pull_request: | ||
|
||
jobs: | ||
s3-e2e: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
name: Standard E2E Tests | ||
|
||
on: push | ||
on: | ||
push: | ||
pull_request: | ||
|
||
env: | ||
LOG_LEVEL: DEBUG | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
name: Full Standard Test Suite | ||
|
||
on: push | ||
on: | ||
push: | ||
pull_request: | ||
|
||
jobs: | ||
standard-tests: | ||
|