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 dc547e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 }}
2 changes: 1 addition & 1 deletion .github/actions/run-cookie-ci/image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM catthehacker/ubuntu:act-latest
FROM catthehacker/ubuntu-latest:act-latest

# Install miniconda; act runner doesn't have it yet
ENV CONDA /opt/conda
Expand Down

0 comments on commit dc547e2

Please sign in to comment.