Skip to content

Commit

Permalink
Merge pull request #4 from slaclab/move_action_yaml_here
Browse files Browse the repository at this point in the history
moving action.yaml from accel-test-exec-fetcher to this repo
  • Loading branch information
MichaelEhrlichman authored Apr 12, 2024
2 parents 57f08d0 + 75211cf commit 7992e10
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: 'fetcher for acclerator unit test files'
runs:
using: 'composite'
steps:
- name: Download files
run: |
curl -Ls https://github.com/slaclab/accel_unit_test_execs/raw/main/mad8s -o "$PWD/mad8s"
curl -Ls https://github.com/slaclab/accel_unit_test_execs/raw/main/lc_unit_test_bmad -o "$PWD/lc_unit_test_bmad"
chmod +x "$PWD/mad8s"
chmod +x "$PWD/lc_unit_test_bmad"
echo "$PWD" >> $GITHUB_PATH
shell: bash

0 comments on commit 7992e10

Please sign in to comment.