Skip to content

Commit

Permalink
Maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
hopsoft committed Jan 7, 2024
1 parent 8e9527d commit 74c7ae0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN apt-get clean && \
gem update --system && \
bundle config set --local clean 'true'

WORKDIR /app
WORKDIR /home/runner/work/turbo_boost-commands/turbo_boost-commands

RUN bundle && \
yarn --frozen-lockfile && \
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ jobs:
ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3']

steps:
- name: Git Checkout
uses: actions/checkout@v2
with:
path: /app
- uses: actions/checkout@v2

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
Expand Down Expand Up @@ -52,4 +49,4 @@ jobs:
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
- name: Run tests
run: docker run ${{ env.APP_NAME }}:${{ matrix.ruby-version }}
run: docker run ${{ APP_NAME }}:${{ matrix.ruby-version }}

0 comments on commit 74c7ae0

Please sign in to comment.