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

Commit

Permalink
change branch name to main
Browse files Browse the repository at this point in the history
  • Loading branch information
davwas committed Apr 17, 2024
1 parent 03db140 commit 648b6ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
git config --global url."https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/".insteadOf "ssh://[email protected]/"
git config --global url."https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/".insteadOf "[email protected]:"
- name: execute tests
run: curl "https://raw.githubusercontent.com/hpi-schul-cloud/end-to-end-tests/BC-6654-update-mongodb/scripts/ci/fetch.github.sh" | bash
run: curl "https://raw.githubusercontent.com/hpi-schul-cloud/end-to-end-tests/main/scripts/ci/fetch.github.sh" | bash
env:
ES_USER: ${{ secrets.ES_USER }}
ES_PASSWORD: ${{ secrets.ES_PASSWORD }}
Expand Down

0 comments on commit 648b6ff

Please sign in to comment.