Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
revert used branches back to main
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSchuhmacher committed Jul 10, 2024
1 parent 3027eec commit 7b47bbf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/e2e_call.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,10 @@ jobs:
env:
DOCKER_ID: ${{ secrets.DOCKER_ID }}
MY_DOCKER_PASSWORD: ${{ secrets.MY_DOCKER_PASSWORD }}
run: curl "https://raw.githubusercontent.com/hpi-schul-cloud/end-to-end-tests/BC-7461-mongo6/scripts/ci/fetch.github.sh" | bash -s ${{ matrix.cases }}
run: curl "https://raw.githubusercontent.com/hpi-schul-cloud/end-to-end-tests/main/scripts/ci/fetch.github.sh" | bash -s ${{ matrix.cases }}
- uses: actions/upload-artifact@v3
name: upload result
if: always()
with:
name: report
path: end-to-end-tests/reports


2 changes: 1 addition & 1 deletion .github/workflows/e2e_courses_and_topics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
tag-courses_and_topics:
uses: hpi-schul-cloud/end-to-end-tests/.github/workflows/e2e.yml@BC-7461-mongo6
uses: hpi-schul-cloud/end-to-end-tests/.github/workflows/e2e.yml@main
with:
ref: ${{ github.ref }}
e2e_tag: courses_and_topics
3 changes: 1 addition & 2 deletions .github/workflows/e2e_management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ on:

jobs:
tag-managment:
uses: hpi-schul-cloud/end-to-end-tests/.github/workflows/e2e.yml@BC-7461-mongo6
uses: hpi-schul-cloud/end-to-end-tests/.github/workflows/e2e.yml@main
with:
ref: ${{ github.ref }}
e2e_tag: management

3 changes: 1 addition & 2 deletions .github/workflows/e2e_navi_user_settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ on:

jobs:
tag-navi_user_settings:
uses: hpi-schul-cloud/end-to-end-tests/.github/workflows/e2e.yml@BC-7461-mongo6
uses: hpi-schul-cloud/end-to-end-tests/.github/workflows/e2e.yml@main
with:
ref: ${{ github.ref }}
e2e_tag: navi_user_settings

3 changes: 1 addition & 2 deletions .github/workflows/e2e_tasks_and_other.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ on:

jobs:
tag-tasks_and_other:
uses: hpi-schul-cloud/end-to-end-tests/.github/workflows/e2e.yml@BC-7461-mongo6
uses: hpi-schul-cloud/end-to-end-tests/.github/workflows/e2e.yml@main
with:
ref: ${{ github.ref }}
e2e_tag: tasks_and_other

0 comments on commit 7b47bbf

Please sign in to comment.