Skip to content

Commit

Permalink
hooray
Browse files Browse the repository at this point in the history
  • Loading branch information
jakecoffman committed Aug 11, 2023
1 parent 371b7cd commit af7a8b0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,9 @@ jobs:
run: |
URL="https://api.github.com/repos/dependabot/smoke-tests/contents/tests"
DATA="$(gh api $URL | jq -r '.[].name' | sed 's/smoke-//' | sed 's/.yaml$//' | jq -R | jq -sc)"
echo "Data is $DATA"
echo "suite=$DATA" >> $GITHUB_OUTPUT
outputs:
suites: ${{ steps.gather.outputs.suite }}
debug:
runs-on: ubuntu-latest
needs: suites
steps:
- name: Debug
run: |
echo ${{ toJSON(needs.suites.outputs) }}
smoke:
runs-on: ubuntu-latest
needs: suites
Expand Down

0 comments on commit af7a8b0

Please sign in to comment.