unstable only works with tags atmo
This commit is contained in:
parent
eec4c0e4ba
commit
5220d13ea1
1 changed files with 0 additions and 26 deletions
26
.github/workflows/unstable.yml
vendored
26
.github/workflows/unstable.yml
vendored
|
@ -1,26 +0,0 @@
|
|||
name: unstable
|
||||
on:
|
||||
push:
|
||||
tags: '![0-9]+.[0-9]+.[0-9]+*'
|
||||
|
||||
jobs:
|
||||
unstable:
|
||||
name: unstable
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [14.x]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
|
||||
- name: test em
|
||||
run: |
|
||||
npm install
|
||||
npm install -g --save-dev shadow-cljs
|
||||
shadow-cljs compile test
|
Reference in a new issue