Skip to content

Commit

Permalink
Merge pull request #14 from RADAR-base/fix-workflows
Browse files Browse the repository at this point in the history
remove CI flows not required
  • Loading branch information
yatharthranjan authored Aug 13, 2024
2 parents 96b9528 + 6890600 commit c968e06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 52 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/release.yml

This file was deleted.

36 changes: 2 additions & 34 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,45 +7,13 @@ on:
- dev

jobs:
production:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- run: npm ci
- run: npm run format:check
- run: npm run build
- run: |
npm run start &
npm run test
env:
ORY_KRATOS_URL: https://playground.projects.oryapis.com/
staging:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- run: npm ci
- run: npm run format:check
- run: npm run build
- run: |
npm run start &
npm run test
env:
ORY_KRATOS_URL: https://blissful-greider-9hmtg26xai.projects.staging.oryapis.dev/
self-hosted:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '20'
- run: npm ci
- run: npm run format:check
- run: npm run build
Expand All @@ -54,7 +22,7 @@ jobs:
cd ../kratos
git checkout master
make docker
docker-compose -f quickstart.yml -f quickstart-latest.yml -f contrib/quickstart/kratos/cloud/quickstart.yml up --build --force-recreate -d
docker compose -f quickstart.yml -f quickstart-latest.yml -f contrib/quickstart/kratos/cloud/quickstart.yml up --build --force-recreate -d
- run: |
npm run start &
npm run test
Expand Down

0 comments on commit c968e06

Please sign in to comment.