Skip to content

Commit

Permalink
move env to step
Browse files Browse the repository at this point in the history
  • Loading branch information
rochdev committed Jan 27, 2025
1 parent 7e3f37c commit e634ee0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ concurrency:
jobs:
sandbox:
runs-on: ubuntu-latest
env:
TMPDIR: ${{ runner.temp }}
steps:
- uses: actions/checkout@v4
- run: npm run sandbox
env:
TMPDIR: ${{ runner.temp }}
- uses: actions/upload-artifact@v4
with:
name: sandbox
Expand Down Expand Up @@ -379,14 +379,15 @@ jobs:
runs-on: ubuntu-latest
env:
PLUGINS: express
TMPDIR: ${{ runner.temp }}
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
with:
name: sandbox
path: ${{ runner.temp }}/dd-trace
- uses: ./.github/actions/plugins/test
env:
TMPDIR: ${{ runner.temp }}

express-mongo-sanitize:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e634ee0

Please sign in to comment.