From 6fb8b42e3be97e212ea749ffd945fe44fe37d077 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Tue, 24 Nov 2020 13:03:44 -0600 Subject: [PATCH] Meta: Apply makem.sh customizations --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 667daa8..c29d2a8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,8 +31,8 @@ on: pull_request: push: # Comment out this section to enable testing of all branches. - branches: - - master + # branches: + # - master jobs: build: @@ -63,7 +63,7 @@ jobs: - name: Lint # NOTE: Uncomment this line to treat lint failures as passing # so the job doesn't show failure. - # continue-on-error: true + continue-on-error: true run: ./makem.sh -vv --sandbox=$SANDBOX_DIR lint - name: Test