Skip to content

Commit

Permalink
#2433: run tests against cypress cloud via schedule; local runs on-ch…
Browse files Browse the repository at this point in the history
…eck in
  • Loading branch information
EVOFORGE\dimay committed Sep 29, 2023
1 parent bd00e4a commit bafd847
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
path: ./service/target/*.jar

ui-tests-against-postgres:
if: github.event_name == 'schedule'
if: github.event_name != 'schedule'
runs-on: ubuntu-latest
needs: [build-skills-service-for-ui-tests]
strategy:
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
ui-tests-against-postgres-cypress-dashboard:
# if: github.event_name == 'schedule'
if: github.event_name == 'schedule'
runs-on: ubuntu-22.04
# container:
# image: cypress/browsers:node-20.6.1-chrome-116.0.5845.187-1-ff-117.0-edge-116.0.1938.76-1
Expand Down

0 comments on commit bafd847

Please sign in to comment.