From 5220d13ea1a3a28baa601a6b1b28f837c8853645 Mon Sep 17 00:00:00 2001 From: jem Date: Mon, 13 Jul 2020 18:48:39 +0200 Subject: [PATCH] unstable only works with tags atmo --- .github/workflows/unstable.yml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/workflows/unstable.yml diff --git a/.github/workflows/unstable.yml b/.github/workflows/unstable.yml deleted file mode 100644 index e053fd4..0000000 --- a/.github/workflows/unstable.yml +++ /dev/null @@ -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