Skip to content

Commit

Permalink
chore: change workflow id names (antvis#3406)
Browse files Browse the repository at this point in the history
* chore: change workflow id names

* chore: upgrade codecov to v3

* chore: remove matrix in ci
  • Loading branch information
NewByVector authored Mar 22, 2023
1 parent 423dded commit 7161d14
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ on:
- beta
jobs:
ci:
strategy:
matrix:
codecov: [x6, x6-common, x6-geometry]
runs-on: ubuntu-latest
steps:
- name: ⤵️ Checkout
Expand Down Expand Up @@ -62,11 +59,11 @@ jobs:


- name: 💡 Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./packages/${{ matrix.codecov }}/test/coverage/lcov.info
flags: ${{ matrix.codecov }}
files: ./packages/x6/test/coverage/lcov.info
flags: x6

- name: 🔀 Dispatch(ci_passed)
uses: peter-evans/repository-dispatch@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-label-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- uses: wow-actions/pr-triage@v1
with:
GITHUB_TOKEN: ${{ env.BOT_TOKEN }}
WORKFLOW-ID: ${{ github.event.workflow_run.id }}
WORKFLOW_ID: ${{ github.event.workflow_run.id }}
2 changes: 1 addition & 1 deletion packages/x6/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/x6",
"version": "2.5.5",
"version": "2.5.6",
"description": "JavaScript diagramming library that uses SVG and HTML for rendering",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 7161d14

Please sign in to comment.