Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix workdir again
  • Loading branch information
Aaron Sanders committed Jul 1, 2024
commit b77122735b96549b13ca2a70e58de58b4482e3b3
5 changes: 2 additions & 3 deletions build-plugin/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,15 @@ runs:
echo "has-backend=true" >> $GITHUB_OUTPUT
fi
shell: bash
with:
working-directory: ${{ inputs.working-directory }}
working-directory: ${{ inputs.working-directory }}

- name: Test backend
if: steps.check-for-backend.outputs.has-backend == 'true'
uses: magefile/mage-action@v3
with:
version: latest
args: coverage
working-directory: ${{ inputs.working-directory }}
workdir: ${{ inputs.working-directory }}

- name: Build backend
if: steps.check-for-backend.outputs.has-backend == 'true'
Expand Down