Skip to content

Commit

Permalink
chore: cleanup CI files
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-jonas committed Jan 8, 2025
1 parent 3cd3ec7 commit 89ec1f7
Show file tree
Hide file tree
Showing 10 changed files with 67 additions and 1,410 deletions.
35 changes: 0 additions & 35 deletions .github/workflows/argos.yml

This file was deleted.

14 changes: 7 additions & 7 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ 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: "20"
cache: "npm"
- uses: actions/setup-go@v2
- uses: actions/setup-go@v5
with:
go-version: "^1.17.6"
go-version: "^1.22.1"
- uses: shivammathur/setup-php@v2
with:
php-version: "8.1"
Expand All @@ -34,7 +34,7 @@ jobs:
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
Expand All @@ -50,4 +50,4 @@ jobs:
path: |
playwright-report/
test-results/
retention-days: 30
retention-days: 7
2 changes: 1 addition & 1 deletion docs/kratos/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ will help you install Ory Kratos and some additional dependencies so that you ca
Please be aware that this guide isn't a replacement for studying the docs. You must understand core concepts and APIs to use Ory
Kratos productively. This is merely a guide to get you set up with some examples.

<iframe width="560" height="315" src="https://www.youtube.com/embed/JhlIZ3aChXc" frameborder="0" allowfullscreen />
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/JhlIZ3aChXc" frameborder="0" allowfullscreen />

:::info

Expand Down
Loading

0 comments on commit 89ec1f7

Please sign in to comment.