Skip to content

Commit

Permalink
chore: relative ci
Browse files Browse the repository at this point in the history
  • Loading branch information
YousefED committed Dec 4, 2023
1 parent 54d840c commit a4e8f80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 28 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:
- name: Install Playwright
run: npx playwright install --with-deps

# - name: Run Playwright tests
# run: npx playwright test
- name: Run Playwright tests
run: npx playwright test

- uses: actions/upload-artifact@v3
if: always()
Expand All @@ -79,18 +79,6 @@ jobs:
path: playwright-report/
retention-days: 30

- name: Upload webpack stats artifact (core)
uses: relative-ci/agent-upload-artifact-action@v1
with:
webpackStatsFile: ./packages/core/dist/webpack-stats.json
artifactName: relative-ci-artifacts-core

- name: Upload webpack stats artifact (react)
uses: relative-ci/agent-upload-artifact-action@v1
with:
webpackStatsFile: ./packages/react/dist/webpack-stats.json
artifactName: relative-ci-artifacts-react

- name: Upload webpack stats artifact (editor)
uses: relative-ci/agent-upload-artifact-action@v1
with:
Expand Down
14 changes: 0 additions & 14 deletions .github/workflows/relative-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,6 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Send bundle stats and build information to RelativeCI (core)
uses: relative-ci/agent-action@v2
with:
artifactName: relative-ci-artifacts-core
key: ${{ secrets.RELATIVE_CI_KEY }}
token: ${{ secrets.GITHUB_TOKEN }}

- name: Send bundle stats and build information to RelativeCI (react)
uses: relative-ci/agent-action@v2
with:
artifactName: relative-ci-artifacts-react
key: ${{ secrets.RELATIVE_CI_KEY }}
token: ${{ secrets.GITHUB_TOKEN }}

- name: Send bundle stats and build information to RelativeCI (editor)
uses: relative-ci/agent-action@v2
with:
Expand Down

1 comment on commit a4e8f80

@vercel
Copy link

@vercel vercel bot commented on a4e8f80 Dec 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.