Skip to content

Commit

Permalink
This commit probes how much I hate myself
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianPasquale committed Nov 29, 2024
1 parent 5696f04 commit cafec5a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,11 @@ jobs:
id: cpu_info
run: echo "cpu_cores=$(nproc)" >> $GITHUB_ENV

- name: LS After
uses: ./.github/actions/docker-run
with:
run: "ls -R -a app/assets"
- name: This is the worst patch ever
run: |
docker run -it -d --name rails_app api_base/test:latest "sleep infinity"
docker container cp rails_app:/src/app/app/assets/builds/. app/assets/builds
docker rm -f rails_app
- name: Run Tests
env:
Expand Down

0 comments on commit cafec5a

Please sign in to comment.