Skip to content

Commit

Permalink
remove the extra validation step
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Jul 12, 2023
1 parent 8342918 commit 6949d50
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push]
jobs:
test:
runs-on: ubuntu-latest
name: Run the Action
name: Test
steps:
- uses: actions/checkout@v3
- uses: ./
Expand All @@ -12,18 +12,3 @@ jobs:
output-file: ./fixtures/PHP_EXTENSION_VERSIONS
dry-run: true
- run: bash ./bin/test-textfile.sh ./fixtures/PHP_EXTENSION_VERSIONS
validate:
runs-on: ubuntu-latest
name: Validate the Action's output
needs: test
steps:
- uses: actions/checkout@v3
- uses: ./
with:
dependencies-yml: ./fixtures/dependencies.yml
output-file: ./fixtures/PHP_EXTENSION_VERSIONS
dry-run: true
- run: |
file_test=$(cat ./fixtures/PHP_EXTENSION_VERSIONS)
echo "$file_test"
echo "More tests coming soon..."

0 comments on commit 6949d50

Please sign in to comment.