Skip to content

Commit

Permalink
Reset smoke test path
Browse files Browse the repository at this point in the history
  • Loading branch information
br3ndonland committed May 31, 2024
1 parent 9429a1e commit 730f3fd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/self-smoke-test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,12 @@ jobs:
steps:
- name: Check out the action locally
uses: actions/checkout@v3
with:
path: test
- name: Install the packaging-related tools
run: python3 -m pip install build twine
env:
PIP_CONSTRAINT: requirements/runtime.txt
PIP_CONSTRAINT: test/requirements/runtime.txt
- name: Create the stub package importable directory
run: mkdir -pv src/test_package
- name: Populate the stub package `__init__.py`
Expand Down Expand Up @@ -86,7 +88,7 @@ jobs:
env.devpi-username
}}/public/
- name: ✅ Smoke-test the locally checked out action
uses: ./
uses: ./test
env:
DEBUG: >-
true
Expand Down

0 comments on commit 730f3fd

Please sign in to comment.