From 423a712d89f94df03b03f4f5f1191a0a32eb432e Mon Sep 17 00:00:00 2001 From: Nils Date: Sun, 19 Feb 2023 16:56:02 +0100 Subject: test rename --- .github/workflows/ubuntu_2004.yml | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 .github/workflows/ubuntu_2004.yml (limited to '.github/workflows/ubuntu_2004.yml') 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 -- cgit v1.2.3