Skip to content

build(deps-dev): bump eslint from 8.56.0 to 8.57.0 #6

build(deps-dev): bump eslint from 8.56.0 to 8.57.0

build(deps-dev): bump eslint from 8.56.0 to 8.57.0 #6

Workflow file for this run

name: "units-test"
on:
pull_request:
push:
branches:
- master
- main
- 'releases/*'
jobs:
# unit tests
units:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm test
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm run prepare
- uses: ./
with:
masks: SECRET1, SECRET2
direnvVersion: 2.32.3
- run: printenv | grep DIRENV_ACTION_TEST
- run: echo $PATH | grep $(pwd)/bin
- run: printenv
test-default-option:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm run prepare
- uses: ./
- run: printenv | grep DIRENV_ACTION_TEST
- run: echo $PATH | grep $(pwd)/bin
- run: printenv