Skip to content

Commit

Permalink
cat in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
paulzierep committed Dec 7, 2023
1 parent 668005c commit 3b2a2ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
git commit -m "fetch all tools bot"
git push
fetch-all-tools-merge:
runs-on: ubuntu-20.04
needs: fetch-all-tools-stepwise
Expand All @@ -55,7 +54,7 @@ jobs:
run: python -m pip install -r requirements.txt
- name: Run script
run: |
bash ./bin/extract_all_tools_merge.sh
cat results/repositories*.list_tools.tsv > results/all_tools.tsv
bash ./bin/extract_all_tools_downstream.sh
env:
GITHUB_API_KEY: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 3b2a2ad

Please sign in to comment.