Skip to content

Commit

Permalink
Revert "Updating demo to display ANC Visits Count. (#1841)"
Browse files Browse the repository at this point in the history
This reverts commit 02c9351.
  • Loading branch information
alaboso authored May 15, 2024
1 parent 02c9351 commit 094cd76
Show file tree
Hide file tree
Showing 155 changed files with 878 additions and 4,440 deletions.
6 changes: 0 additions & 6 deletions .env

This file was deleted.

63 changes: 0 additions & 63 deletions .github/workflows/e2e.yml

This file was deleted.

23 changes: 5 additions & 18 deletions .github/workflows/node.dev.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/cache@v3
with:
path: '**/node_modules'
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}

- name: Install dependencies
if: steps.cache.outputs.cache-hit != 'true'
Expand All @@ -50,22 +50,6 @@ jobs:
path: |
packages/**/dist
run_e2e_tests:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
- name: Install dependencies
run: yarn install --immutable
- name: Install Playwright Browsers
run: npx playwright install chromium --with-deps
- name: Run Playwright tests
run: yarn test-e2e

pre_release:
runs-on: ubuntu-latest

Expand All @@ -85,7 +69,10 @@ jobs:
id: cache
uses: actions/cache@v3
with:
path: '**/node_modules'
path: |
**/node_modules
**/yarn.lock
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.master.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

needs: build

if: ${{ github.event_name == 'release' }}
if: ${{ github.event_name == 'release' || github.ref == 'refs/heads/master' }}

steps:
- uses: actions/checkout@v3
Expand Down
7 changes: 0 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,3 @@ build/**

# vscode
.vscode

# Playwright and e2e tests
/test-results/
/playwright-report/
/playwright/.cache/
e2e/storageState.json
.env
Loading

0 comments on commit 094cd76

Please sign in to comment.