mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-05-05 12:38:04 +08:00
Add tests for E2E artifact upload
This commit is contained in:
5
packages/artifact/__tests__/ci-test-action/action.yml
Normal file
5
packages/artifact/__tests__/ci-test-action/action.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
name: 'Set env variables'
|
||||
description: 'Sets certain env variables so that e2e artifact upload, list, get and download can be tested in a shell'
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'index.js'
|
||||
Reference in New Issue
Block a user