Skip to content

Commit

Permalink
Update ruby.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0jonjo authored Nov 19, 2023
1 parent 7dde729 commit 663afda
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:
matrix:
ruby-version: ['3.0.5']
env:
OUTPUT1: ${{ steps.pace.outputs.stdout }}
OUTPUT2: ${{ steps.timerun.outputs.stdout }}
OUTPUT3: ${{ steps.distance.outputs.stdout }}
OUTPUT4: "test 4"
steps:
- uses: actions/checkout@v3
Expand All @@ -47,8 +44,6 @@ jobs:
- id: distance
run: ruby lib/main.rb d 01:30:00 00:05:00
- name: Check calc results
run: |
echo $OUTPUT1
echo $OUTPUT2
echo $OUTPUT3
echo
if: ${{ '${{ env.OUTPUT4 }}' = '${{ OUTPUT4 }}' }}
run: echo pass

0 comments on commit 663afda

Please sign in to comment.