-
Notifications
You must be signed in to change notification settings - Fork 381
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: fix playwright tests and remove argos (#1992)
- Loading branch information
Showing
38 changed files
with
5,096 additions
and
7,771 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
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 |
---|---|---|
|
@@ -18,30 +18,35 @@ jobs: | |
timeout-minutes: 60 | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/setup-node@v3 | ||
- uses: actions/checkout@v4 | ||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: "16" | ||
node-version: "23" | ||
cache: "npm" | ||
- uses: actions/setup-go@v2 | ||
- uses: actions/setup-go@v5 | ||
with: | ||
go-version: "^1.17.6" | ||
go-version: "^1.23" | ||
- uses: shivammathur/setup-php@v2 | ||
with: | ||
php-version: "8.1" | ||
php-version: "8.4" | ||
tools: composer | ||
- uses: subosito/[email protected] | ||
with: | ||
flutter-version: "3.10.6" | ||
channel: "stable" | ||
- uses: actions/setup-python@v4 | ||
- uses: actions/setup-python@v5 | ||
with: | ||
python-version: "3.10" | ||
- run: npm install | ||
python-version: "3.13" | ||
- run: npm ci | ||
- name: Install Playwright | ||
run: npx playwright install --with-deps | ||
- name: Run Playwright tests | ||
run: make test | ||
env: | ||
ORY_CI_RATE_LIMIT_HEADER: ${{ secrets.ORY_CI_RATE_LIMIT_HEADER }} | ||
ORY_CI_RATE_LIMIT_HEADER_VALUE: | ||
${{ secrets.ORY_CI_RATE_LIMIT_HEADER_VALUE }} | ||
ORY_PROJECT_API_KEY: ${{ secrets.ORY_PROJECT_API_KEY }} | ||
- uses: actions/upload-artifact@v4 | ||
if: always() | ||
timeout-minutes: 15 | ||
|
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
Oops, something went wrong.