Skip to content

Commit

Permalink
trying to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mandresm committed Dec 5, 2024
1 parent 7113340 commit 17f13b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/esm_tests_computer_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
- name: install esm-tools
run: |
git config --global --add safe.directory /__w/esm_tools/esm_tools;
git config --global --add safe.directory /__w/esm_tools/esm_tools/src/esm_tests/resources;
source /opt/conda/etc/profile.d/conda.sh;
conda activate esm_tools;
./install.sh;
Expand All @@ -55,7 +56,6 @@ jobs:
run: |
git status;
yes Y | esm_tests ${{ inputs.test_flags }}
shell: bash
# - name: store last tested in a different directory
# if: ${{ inputs.update_esm_tests_info }}
# run: |
Expand Down Expand Up @@ -91,7 +91,6 @@ jobs:
git add .;
git commit -m "approved changes from GitHub actions for ${{ inputs.computer }}";
git push https://esmtools-bot:${ESM_TOOLS_BOT}@github.com/esm-tools/esm_tests_info.git;
shell: bash
# - name: Push changes
# if: ${{ inputs.update_esm_tests_info }}
# uses: ad-m/github-push-action@master
Expand Down

0 comments on commit 17f13b9

Please sign in to comment.