From 980504b7969fc77be0334e3b7730c31b1b3063d9 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sun, 4 Aug 2024 21:41:30 +0200 Subject: Removed tests which are no longer relevant MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .github/workflows/ci.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6622526..5e03f9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,15 +7,6 @@ on: branches: [main] jobs: - scripts: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - - name: Run tests for scripts - run: | - ./bin/test/test.sh - emacs: runs-on: ubuntu-latest continue-on-error: ${{ matrix.emacs_version == 'snapshot' }} @@ -30,6 +21,7 @@ jobs: - 29.1 - 29.2 - 29.3 + - 29.4 - 'snapshot' steps: -- cgit v1.2.3