Skip to content

removing module

removing module #5

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 Calculator
needs: [first-test]
uses: swetha1654/allure-simple/.github/workflows/main.yaml@calc
with:
module-name: test_utils