Skip to content

Commit

Permalink
test on two modules
Browse files Browse the repository at this point in the history
  • Loading branch information
kohanlee1995 committed Dec 2, 2023
1 parent 62d9154 commit bd24d72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ jobs:
- name: generate matrix
id: generate-matrix
# adapted from https://stackoverflow.com/a/74829694
# modulenames="$(ls *.yml | sed 's/.yml//' | paste -s -d ' ')"
run: |
modulenames="$(ls *.yml | sed 's/.yml//' | paste -s -d ' ')"
modulenames="chipseq gwas"
echo "modulenames=$modulenames" >> $GITHUB_OUTPUT
# echo $modulenames | tr ' ' '\n' | sed 's/^/type=gha,scope=builder-/' | paste -s
echo "matrix={\"include\":$(jq --compact-output --null-input '$ARGS.positional' --args -- $modulenames)}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit bd24d72

Please sign in to comment.