From 090debabc7aa5b15c825cb4ab061f451ec40939c Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Wed, 22 Jan 2020 21:14:08 -0600 Subject: [PATCH] Meta: Fix test.yml It's easy to overwrite these local changes, but easy to revert them as well. --- .github/workflows/test.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b3c22ed..6930896 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,8 +28,8 @@ on: pull_request: push: # Comment out this section to enable testing of all branches. - branches: - - master + # branches: + # - master jobs: build: @@ -57,9 +57,7 @@ jobs: # as failures, so linting and testing are run as separate steps. - 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-dir=$SANDBOX_DIR lint - name: Test