Skip to content

Commit

Permalink
#2490: debugging oauth ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-may committed Jun 19, 2024
1 parent 397e07c commit 21fa8f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-and-test-oauth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ jobs:
- name: Start services for Cypress tests
run: |
cd e2e-tests
# npm run backend:dropAllDBTables
npm run cyServices:start:skills-service:oauth
cd ..
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ on:
schedule:
- cron: '0 5 * * *'
workflow_dispatch:
push:
paths-ignore:
- 'README.md'
- '.github/workflows/build-and-test-postgres.yml'
- '.github/workflows/publish-image-snapshot.yml'
- '.gitlab-ci.yml'
# push:
# paths-ignore:
# - 'README.md'
# - '.github/workflows/build-and-test-postgres.yml'
# - '.github/workflows/publish-image-snapshot.yml'
# - '.gitlab-ci.yml'

jobs:
build-skills-service-for-ui-tests:
Expand Down

0 comments on commit 21fa8f8

Please sign in to comment.