Skip to content

Add non_image_commands to action #431

Add non_image_commands to action

Add non_image_commands to action #431

Workflow file for this run

name: Test artifact copy
on:
push:
branches:
- 'main'
- 'releases/**'
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
copy_artifact_path: artifact
commands: |
touch artifact
- name: Test artifact was copied
run: |
test -f artifact