Skip to content

Commit 704fa2e

Browse files
committed
wip: debugging the eslint job
1 parent af84514 commit 704fa2e

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/build-test-lint.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ on:
1616
default: false
1717

1818
jobs:
19-
build:
20-
uses: scientist-softserv/actions/.github/workflows/[email protected]
21-
secrets: inherit
22-
with:
23-
platforms: 'linux/amd64'
24-
webTarget: web
19+
# build:
20+
# uses: scientist-softserv/actions/.github/workflows/[email protected]
21+
# secrets: inherit
22+
# with:
23+
# platforms: 'linux/amd64'
24+
# webTarget: web
2525
# TODO(alishaevn): figure out how to get the below passing in github actions
2626
# it may be different than our typical setups since we don't use docker locally
2727
# cypress:
@@ -35,8 +35,8 @@ jobs:
3535
# uses: cypress-io/github-action@v6
3636
# with:
3737
# component: true
38-
# eslint:
39-
# needs: build
40-
# uses: scientist-softserv/actions/.github/workflows/[email protected]
41-
# with:
42-
# lint_cmd: docker-compose run web -- bash -c 'yarn && yarn lint'
38+
eslint:
39+
# needs: build
40+
uses: scientist-softserv/actions/.github/workflows/[email protected]
41+
with:
42+
lint_cmd: docker-compose run web -- bash -c 'yarn && yarn lint'

0 commit comments

Comments
 (0)