From 9d86c43758e4b77383eabb953c8b1602ddf04db2 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Wed, 2 Dec 2020 14:41:16 -0800 Subject: [PATCH] change CI action --- .github/workflows/ci.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce0d82f..787b9bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,16 @@ jobs: variant: ${{ matrix.racket-variant }} - name: Install package and its dependencies - run: raco pkg install --auto --batch + run: raco pkg install --deps search-auto https://github.com/mbutterick/br-parser-tools.git?path=br-parser-tools-lib + run: raco pkg install --deps search-auto https://github.com/mbutterick/brag.git?path=brag + run: raco pkg install --deps search-auto https://github.com/mbutterick/beautiful-racket.git?path=beautiful-racket-macro + run: raco pkg install --deps search-auto https://github.com/mbutterick/beautiful-racket.git?path=beautiful-racket-lib + run: raco pkg install --deps search-auto https://github.com/mbutterick/beautiful-racket.git?path=beautiful-racket-demo + run: raco pkg install --deps search-auto https://github.com/mbutterick/beautiful-racket.git?path=beautiful-racket - name: Run the tests - run: xvfb-run raco test -j 4 -p beautiful-racket + run: xvfb-run raco test -p beautiful-racket-macro + run: xvfb-run raco test -p beautiful-racket-lib + run: xvfb-run raco test -p beautiful-racket-demo + run: xvfb-run raco test -p beautiful-racket +