Skip to content
This repository has been archived by the owner on Oct 30, 2022. It is now read-only.

Commit

Permalink
Merge pull request justinwoo#24 from justinwoo/fix-ci
Browse files Browse the repository at this point in the history
make ci setup easier to work with
  • Loading branch information
justinwoo authored May 29, 2020
2 parents c7c9c40 + 7ad074b commit 90d9c49
Show file tree
Hide file tree
Showing 6 changed files with 2,257 additions and 2,604 deletions.
29 changes: 7 additions & 22 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,12 @@
name: Node CI

on: [push]

on:
pull_request:
push:
jobs:
build:

tests:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@master
- name: Use Node.js 10.x
uses: actions/setup-node@v1
with:
version: 10.x
- name: Install and test
run: |
wget -O $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/latest/download/linux64.tar.gz
tar -xvf $HOME/purescript.tar.gz -C $HOME/
chmod a+x $HOME/purescript
npm install -g bower pulp
npm install
bower install
PATH=$HOME/purescript:$PATH
pulp test
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v9
- run: ./test.bash
Loading

0 comments on commit 90d9c49

Please sign in to comment.