Skip to content

Commit

Permalink
wip: debugging the eslint job
Browse files Browse the repository at this point in the history
  • Loading branch information
alishaevn committed Dec 18, 2023
1 parent af84514 commit 704fa2e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/build-test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ on:
default: false

jobs:
build:
uses: scientist-softserv/actions/.github/workflows/[email protected]
secrets: inherit
with:
platforms: 'linux/amd64'
webTarget: web
# build:
# uses: scientist-softserv/actions/.github/workflows/[email protected]
# secrets: inherit
# with:
# platforms: 'linux/amd64'
# webTarget: web
# TODO(alishaevn): figure out how to get the below passing in github actions
# it may be different than our typical setups since we don't use docker locally
# cypress:
Expand All @@ -35,8 +35,8 @@ jobs:
# uses: cypress-io/github-action@v6
# with:
# component: true
# eslint:
# needs: build
# uses: scientist-softserv/actions/.github/workflows/[email protected]
# with:
# lint_cmd: docker-compose run web -- bash -c 'yarn && yarn lint'
eslint:
# needs: build
uses: scientist-softserv/actions/.github/workflows/[email protected]
with:
lint_cmd: docker-compose run web -- bash -c 'yarn && yarn lint'

0 comments on commit 704fa2e

Please sign in to comment.