diff --git a/.github/workflows/deploy-and-test-cluster.yml b/.github/workflows/deploy-and-test-cluster.txt similarity index 100% rename from .github/workflows/deploy-and-test-cluster.yml rename to .github/workflows/deploy-and-test-cluster.txt diff --git a/.github/workflows/gradle-build.yml b/.github/workflows/gradle-build.txt similarity index 100% rename from .github/workflows/gradle-build.yml rename to .github/workflows/gradle-build.txt diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.txt similarity index 100% rename from .github/workflows/maven-build.yml rename to .github/workflows/maven-build.txt diff --git a/.github/workflows/spc_actions.yml b/.github/workflows/spc_actions.yml new file mode 100644 index 000000000..6e0900567 --- /dev/null +++ b/.github/workflows/spc_actions.yml @@ -0,0 +1,26 @@ +name: spc_git +run-name: ${{ github.actor }} +on: + pull_request: + branches: + - main + +jobs: + Job-1: + name: spc_test + runs-on: ubuntu-latest + steps: + - name: git clone + uses: actions/checkout@v4 + - name: mvn clean + run: mvn clean package + Job-2: + name: spc_test1 + # needs: Job-1 + runs-on: ubuntu-latest + steps: + - name: install_dotnet + run: sudo apt update && sudo apt install dotnet-sdk-8.0 -y + + + \ No newline at end of file