Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
naveen-consensys committed Dec 16, 2024
1 parent ba47c70 commit 354974d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-linea-devnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Split profiles
id: list
run: |
files=$(ls linea-besu/profiles/*devnet* | xargs -n 1 basename | sed 's/\.[^.]*$//')
files=$(ls linea-besu/profiles/*sepolia* | xargs -n 1 basename | sed 's/\.[^.]*$//')
files_json=$(echo "$files" | tr ' ' '\n' | jq -R -s -c 'split("\n") | map(select(length > 0))')
echo "files=$files_json" >> "$GITHUB_OUTPUT"
echo "Files: $files_json"
Expand Down

0 comments on commit 354974d

Please sign in to comment.