Skip to content

Commit

Permalink
enable ci on mcs branch (#12947)
Browse files Browse the repository at this point in the history
  • Loading branch information
weiquu authored Mar 27, 2024
1 parent 20df6b6 commit 75b8af1
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/axe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ on:
branches:
- master
- release
- multiple-course-structures
pull_request:
branches:
- master
- release
- multiple-course-structures
jobs:
axe-testing:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ on:
branches:
- master
- release
- multiple-course-structures
pull_request:
branches:
- master
- release
- multiple-course-structures
schedule:
- cron: "0 0 * * *" #end of every day
jobs:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/e2e-sql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ on:
branches:
- master
- release
- multiple-course-structures
pull_request:
branches:
- master
- release
- multiple-course-structures
schedule:
- cron: "0 0 * * *" #end of every day
jobs:
Expand Down Expand Up @@ -53,4 +55,4 @@ jobs:
./gradlew serverRun &
./wait-for-server.sh
- name: Start Tests
run: xvfb-run --server-args="-screen 0 1024x768x24" ./gradlew -P${{ matrix.tests }} e2eTestsSql
run: xvfb-run --server-args="-screen 0 1024x768x24" ./gradlew -P${{ matrix.tests }} e2eTestsSql
2 changes: 2 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ on:
branches:
- master
- release
- multiple-course-structures
pull_request:
branches:
- master
- release
- multiple-course-structures
schedule:
- cron: "0 0 * * *" #end of every day
jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/jdk17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- multiple-course-structures

jobs:
lint:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lnp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- master
- release
- multiple-course-structures
schedule:
- cron: "0 0 * * *" # end of every day
jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- reopened
branches:
- master
- multiple-course-structures

jobs:
check-pr:
Expand Down

0 comments on commit 75b8af1

Please sign in to comment.