Skip to content

Commit

Permalink
Merge branch 'main' into upload-sub-medi
Browse files Browse the repository at this point in the history
  • Loading branch information
jdinh8124 authored Dec 12, 2024
2 parents e922b95 + a140768 commit 62876d3
Show file tree
Hide file tree
Showing 311 changed files with 4,241 additions and 6,712 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ jobs:
coverageLocations: coverage/lcov.info:lcov

e2e:
timeout-minutes: 5
runs-on: ubuntu-20.04
needs:
- deploy
Expand All @@ -148,8 +147,6 @@ jobs:
role-to-assume: ${{ secrets.AWS_OIDC_ROLE_TO_ASSUME }}
aws-region: us-east-1
role-duration-seconds: 10800
- name: Install Playwright with Chrome
run: npx playwright install --with-deps chromium
- name: Run e2e tests
run: run e2e
- uses: actions/upload-artifact@v3
Expand Down
87 changes: 0 additions & 87 deletions .github/workflows/github-pages.yml

This file was deleted.

5 changes: 3 additions & 2 deletions bin/cli/src/commands/e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ export const e2e = {
}),
handler: async ({ ui }: { ui: boolean }) => {
await checkIfAuthenticated();
await runCommand("bun", ["playwright", "install", "--with-deps"], ".");
console.log(ui);
await runCommand("bun", ["playwright", "install", "--with-deps", "chromium"], ".");

await runCommand("bun", [ui ? "e2e:ui" : "e2e"], ".");
await runCommand("bun", [ui ? "e2e:ui" : "e2e", "--", "--", "--grep", "@CI"], ".");
},
};
Binary file modified bun.lockb
Binary file not shown.
1 change: 0 additions & 1 deletion docs/.dockerignore

This file was deleted.

11 changes: 0 additions & 11 deletions docs/.gitignore

This file was deleted.

8 changes: 0 additions & 8 deletions docs/Gemfile

This file was deleted.

163 changes: 0 additions & 163 deletions docs/_config.yml

This file was deleted.

3 changes: 0 additions & 3 deletions docs/_deploy-metrics/.eslintrc.json

This file was deleted.

26 changes: 0 additions & 26 deletions docs/_deploy-metrics/.gitignore

This file was deleted.

Binary file removed docs/_deploy-metrics/bun.lockb
Binary file not shown.
19 changes: 0 additions & 19 deletions docs/_deploy-metrics/components/Card.tsx

This file was deleted.

31 changes: 0 additions & 31 deletions docs/_deploy-metrics/components/Cards.tsx

This file was deleted.

Loading

0 comments on commit 62876d3

Please sign in to comment.