Skip to content

Commit

Permalink
Fix GH action to run the correct dev-workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
andergmartins committed Jul 17, 2024
1 parent 7a92665 commit 38559d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/code-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ jobs:
check:
name: Check the code
runs-on: ubuntu-latest
env:
DOCKER_IMAGE: publishpress/dev-workspace-terminal:future-free-4

steps:
- name: Setup tmate session for Debugging, if inputs.tmate_enabled is true
uses: mxschmitt/action-tmate@v3
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/deploy-wp.org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,14 @@ jobs:
sudo apt-get update
sudo apt-get install -y iproute2
- name: Checkout code
uses: actions/checkout@master

- name: Setup tmate session for Debugging, if inputs.tmate_enabled is true
uses: mxschmitt/action-tmate@v3
if: ${{ inputs.tmate_enabled }}
timeout-minutes: 10
with:
detached: true
- name: Checkout code
uses: actions/checkout@master

- name: Prepare composer
run: |
Expand Down

0 comments on commit 38559d6

Please sign in to comment.