Skip to content

Commit

Permalink
testing something p 2
Browse files Browse the repository at this point in the history
  • Loading branch information
nithinkdb committed Sep 8, 2023
1 parent 97a2fb9 commit e63c678
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ jobs:
- uses: actions/checkout@v3
- name: Cache node modules
uses: actions/cache@v3
env:
cache-name: cache-node-modules
with:
path: ~/.npm
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
Expand All @@ -58,11 +56,6 @@ jobs:
npm ci
npm run test
- name: Run e2e tests
env:
E2E_HOST: ${{ secrets.DATABRICKS_HOST }}
E2E_PATH: ${{ secrets.TEST_PECO_WAREHOUSE_HTTP_PATH }}
E2E_ACCESS_TOKEN: ${{ secrets.DATABRICKS_TOKEN }}
E2E_TABLE_SUFFIX: ${{github.sha}}
run: |
npm ci
NODE_OPTIONS="--max-old-space-size=4096" npm run e2e
Expand Down

0 comments on commit e63c678

Please sign in to comment.