Skip to content

Commit

Permalink
copy test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
drifter089 committed Oct 24, 2024
1 parent a414154 commit 572ef49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/devcontainer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Test Container Image
run: |
docker run --rm ghcr.io/${{ github.repository }} /bin/bash -c "bash .github/.devcontainer/test.sh"
docker run --rm ghcr.io/${{ github.repository }} /bin/bash -c "ls && bash test.sh"
- name: Push Container Image
if: ${{ success() }}
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile.benchmark
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ RUN conda update -n base conda
RUN conda install -n base conda-libmamba-solver
RUN conda config --set solver libmamba

COPY test.sh test.sh

RUN apt-get update && apt-get install -y bash git

RUN git clone https://github.com/PyPSA/pypsa-eur.git
Expand Down
File renamed without changes.

0 comments on commit 572ef49

Please sign in to comment.