Meta: Fix test.yml

It's easy to overwrite these local changes, but easy to revert them as
well.
This commit is contained in:
Adam Porter 2020-01-22 21:14:08 -06:00
parent dc26e938fa
commit 090debabc7

View file

@ -28,8 +28,8 @@ on:
pull_request: pull_request:
push: push:
# Comment out this section to enable testing of all branches. # Comment out this section to enable testing of all branches.
branches: # branches:
- master # - master
jobs: jobs:
build: build:
@ -57,9 +57,7 @@ jobs:
# as failures, so linting and testing are run as separate steps. # as failures, so linting and testing are run as separate steps.
- name: Lint - name: Lint
# NOTE: Uncomment this line to treat lint failures as passing continue-on-error: true
# so the job doesn't show failure.
# continue-on-error: true
run: ./makem.sh -vv --sandbox-dir=$SANDBOX_DIR lint run: ./makem.sh -vv --sandbox-dir=$SANDBOX_DIR lint
- name: Test - name: Test