diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-08-04 21:41:30 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-08-04 21:41:30 +0200 |
| commit | 980504b7969fc77be0334e3b7730c31b1b3063d9 (patch) | |
| tree | 9d2f30132edcb84403bdd7d60f5dcf23fc22a6a9 /.github/workflows | |
| parent | 126dfe2e2ce38711551adeab0e8f231cfc4c98e4 (diff) | |
| download | dotfiles-980504b7969fc77be0334e3b7730c31b1b3063d9.tar.gz dotfiles-980504b7969fc77be0334e3b7730c31b1b3063d9.zip | |
Removed tests which are no longer relevant
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 10 |
1 files changed, 1 insertions, 9 deletions
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: |
