1
0
Fork 0
toolkit/packages/artifact/__tests__/ci-test-action/action.yml

5 lines
176 B
YAML

name: 'Set env variables'
description: 'Sets certain env variables so that e2e artifact upload and download can be tested in a shell'
runs:
using: 'node12'
main: 'index.js'