From 6949d5058d51b19b3c2949f3f067d341591a01c7 Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Wed, 12 Jul 2023 09:08:54 -0600 Subject: [PATCH] remove the extra validation step --- .github/workflows/test.yml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c14b1f2..40219cf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,7 +3,7 @@ on: [push] jobs: test: runs-on: ubuntu-latest - name: Run the Action + name: Test steps: - uses: actions/checkout@v3 - uses: ./ @@ -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..." \ No newline at end of file