diff options
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1cec0e46..44776cdc2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,8 +95,6 @@ jobs: - name: Lint run: yarn lint - # linting is currently not passing, so just do this for inline for now - continue-on-error: true smoke: runs-on: ubuntu-latest @@ -139,4 +137,4 @@ jobs: - name: "Smoke Test: Build 'www'" run: yarn build - working-directory: ./www
\ No newline at end of file + working-directory: ./www |