diff --git a/.github/workflows/ManualBuild.yml b/.github/workflows/ManualBuild.yml index 0ce91d3..e159fe0 100644 --- a/.github/workflows/ManualBuild.yml +++ b/.github/workflows/ManualBuild.yml @@ -20,18 +20,18 @@ jobs: path: | dist/ampm.tar.gz dist/get_ampm.sh - test-linux: - name: Test linux binaries - runs-on: ubuntu-latest - timeout-minutes: 10 - steps: - - name: Checkout code - uses: actions/checkout@v2 - - name: Setup Python - uses: actions/setup-python@v2 - with: - python-version: "3.8" - - name: Install dependencies - run: python3.8 -m pip install pytest - - name: Run Tests - run: ./run-tests.sh \ No newline at end of file +# test-linux: +# name: Test linux binaries +# runs-on: ubuntu-latest +# timeout-minutes: 10 +# steps: +# - name: Checkout code +# uses: actions/checkout@v2 +# - name: Setup Python +# uses: actions/setup-python@v2 +# with: +# python-version: "3.8" +# - name: Install dependencies +# run: python3.8 -m pip install pytest +# - name: Run Tests +# run: ./run-tests.sh \ No newline at end of file