diff options
author | Nils <git@nkn-it.de> | 2023-02-19 16:56:02 +0100 |
---|---|---|
committer | Nils <git@nkn-it.de> | 2023-02-19 16:56:02 +0100 |
commit | 423a712d89f94df03b03f4f5f1191a0a32eb432e (patch) | |
tree | dbdb464a6f96165fd919f8723fdd4770cc06ef91 /.github/workflows/ubuntu_2004.yml | |
parent | fe0389f456a56c8dfbe8958992632771f8be9f04 (diff) |
test rename
Diffstat (limited to '.github/workflows/ubuntu_2004.yml')
-rw-r--r-- | .github/workflows/ubuntu_2004.yml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/.github/workflows/ubuntu_2004.yml b/.github/workflows/ubuntu_2004.yml deleted file mode 100644 index d3c03a4..0000000 --- a/.github/workflows/ubuntu_2004.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: "Ubuntu 20.04 LTS" - -on: - push: - branches: [ master ] - pull_request: - branches: [ master ] - - workflow_dispatch: - -jobs: - ubuntu-2004: - name: Test Ubuntu 20.04 LTS - runs-on: ubuntu-20.04 - steps: - - - name: Dependencies 🔧 - run: sudo apt-get install imagemagick jhead - - - name: Checkout 🛎️ - uses: actions/checkout@v3 - - - name: Get assert.sh 🎁 - run: curl -f "https://raw.githubusercontent.com/lehmannro/assert.sh/v1.1/assert.sh" -o assert.sh - - - name: Test 🛠️ - run: bash test.sh
\ No newline at end of file |