From 07b932002bb7b33f86d5fd824c121a632eefe06c Mon Sep 17 00:00:00 2001 From: Vicente Eduardo Ferrer Garcia <7854099+viferga@users.noreply.github.com> Date: Tue, 23 Jul 2024 15:40:57 -0400 Subject: [PATCH] Delete .github/workflows/test.yml --- .github/workflows/test.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml deleted file mode 100644 index 407883d..0000000 --- a/.github/workflows/test.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: MetaCall Distributable Windows Test - -on: - workflow_dispatch: - pull_request: - push: - -jobs: - test: - runs-on: windows-2019 - steps: - - uses: actions/checkout@v2 - - uses: ilammy/msvc-dev-cmd@v1 - with: - arch: amd64 - - name: Build - shell: powershell - run: .\build.bat - - name: Test - shell: powershell - run: .\test.bat