[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/inspector 89adfb9b2a 2/4: Fix github workflows?
From: |
ELPA Syncer |
Subject: |
[elpa] externals/inspector 89adfb9b2a 2/4: Fix github workflows? |
Date: |
Mon, 6 Feb 2023 18:57:43 -0500 (EST) |
branch: externals/inspector
commit 89adfb9b2a80529d2f34c37ede702d27783529cf
Author: Mariano Montone <marianomontone@gmail.com>
Commit: Mariano Montone <marianomontone@gmail.com>
Fix github workflows?
---
.github/workflows/test-inspector.yml | 18 ------------------
.github/workflows/test-tree-inspector.yml | 20 --------------------
2 files changed, 38 deletions(-)
diff --git a/.github/workflows/test-inspector.yml
b/.github/workflows/test-inspector.yml
index 2f937e77ff..325f3a4235 100644
--- a/.github/workflows/test-inspector.yml
+++ b/.github/workflows/test-inspector.yml
@@ -1,24 +1,6 @@
name: inspector-test.el
on: [push,pull_request]
-jobs:
- build:
- runs-on: ubuntu-latest
- strategy:
- matrix:
- emacs_version: [ 27.1, 27.2, 28.1, 28.2, snapshot]
-
- steps:
- - uses: purcell/setup-emacs@master
- with:
- version: ${{ matrix.emacs_version }}
- - uses: actions/checkout@v2
- - name: run test for inspector.el
- run: |
- sh ./inspector-test.sh
-name: inspector-test.el
-on: [push,pull_request]
-
jobs:
build:
runs-on: ubuntu-latest
diff --git a/.github/workflows/test-tree-inspector.yml
b/.github/workflows/test-tree-inspector.yml
index 21b65477f0..b433b673e2 100644
--- a/.github/workflows/test-tree-inspector.yml
+++ b/.github/workflows/test-tree-inspector.yml
@@ -1,26 +1,6 @@
name: tree-inspector-test.el
on: [push,pull_request]
-jobs:
- build:
- runs-on: ubuntu-latest
- strategy:
- matrix:
- emacs_version: [27.1,27.2,28.1,28.2,snapshot]
-
-
- steps:
- - uses: purcell/setup-emacs@master
- with:
- version: ${{ matrix.emacs_version }}
-
- - uses: actions/checkout@v2
- - name: run test for inspector.el
- run: |
- sh ./tree-inspector-test.sh
-name: tree-inspector-test.el
-on: [push,pull_request]
-
jobs:
build:
runs-on: ubuntu-latest