Skip to content

Commit

Permalink
oops wrong place
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyminium committed May 27, 2024
1 parent ba6795f commit e879faf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/run-cookie-ci/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ runs:
- name: Build Act image
shell: bash
working-directory: ${{ github.action_path }}
run: docker build -t act-latest image
run: docker build -t act-conda image

- name: Run cookiecutter CI
working-directory: ${{ inputs.source-directory }}
Expand All @@ -59,4 +59,4 @@ runs:
docker images
# sed -i -e 's/fail_ci_if_error: true/fail_ci_if_error: false/g' .github/workflows/gh-ci.yaml
cat .github/workflows/gh-ci.yaml
act --job main-tests --platform ubuntu-latest=act-latest -s CODECOV_TOKEN=${{ inputs.CODECOV_TOKEN }}
act --job main-tests --platform ubuntu-latest=act-conda -s CODECOV_TOKEN=${{ inputs.CODECOV_TOKEN }}

0 comments on commit e879faf

Please sign in to comment.