diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml deleted file mode 100644 index f43bc06..0000000 --- a/.github/workflows/testing.yml +++ /dev/null @@ -1,32 +0,0 @@ -name: Testing - -on: - push: - branches: - - "*" - -permissions: - contents: write - -jobs: - testing: - runs-on: ubuntu-latest - container: - image: ubuntu:22.04 - - steps: - - name: Debug shell - run: | - echo $0 - echo $SHELL - - - name: Debug Bash shell - run: | - echo $0 - echo $SHELL - shell: bash - - - name: Debug sh Shell - run: echo $0 - echo $SHELL - shell: sh