Skip to content
name: Integration Test
on: [push]
jobs:
first-test:
name: Test Calculator
uses: swetha1654/allure-simple/.github/workflows/main.yaml@calc
with:
module-name: test_calculator
second-test:
name: Test Utils
needs: [first-test]
uses: swetha1654/allure-simple/.github/workflows/main.yaml@calc
with:
module-name: test_utils
allure-report:
if: always() && !cancelled()
needs:
- first-test
- second-test
uses: swetha1654/allure-simple/.github/workflows/allure-report.yaml@calc

Check failure on line 25 in .github/workflows/integration_test.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/integration_test.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/integration_test.yaml" -> "swetha1654/allure-simple/.github/workflows/allure-report.yaml@calc" : failed to fetch workflow: workflow was not found.