This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 0076ff7 No longer needed
0076ff7 is described below
commit 0076ff7856f3b57ff6948f7c9b39e6a54a1b2f53
Author: Sebb <[email protected]>
AuthorDate: Wed Mar 23 23:44:47 2022 +0000
No longer needed
---
.github/workflows/test.yml | 28 ----------------------------
1 file changed, 28 deletions(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
deleted file mode 100644
index 9ae3600..0000000
--- a/.github/workflows/test.yml
+++ /dev/null
@@ -1,28 +0,0 @@
-name: dummy
-# Try to see if can use
-on:
- push:
-
- workflow_dispatch:
-
-jobs:
- test:
- strategy:
- fail-fast: false
- matrix:
- os: [ubuntu-20.04, 'macos-latest']
- ruby: [2.7]
- runs-on: ${{ matrix.os }}
- steps:
- - uses: ruby/setup-ruby@v1
- with:
- ruby-version: ${{ matrix.ruby }}
- - name: setup agenda 1
- run: |
- set -v
- which -a ruby
- ruby --version
- sudo which -a ruby
- sudo ruby --version
- # try to run local version of ruby
- sudo $(dirname $(which ruby))/ruby --version