Skip to content

Commit

Permalink
refactor: use customID in actions 16
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Jul 13, 2023
1 parent 5819f3a commit c15945d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,14 @@ jobs:
dryRun: off
verbose: on
url: https://google.com
ufPath: ./user-flows/flow.uf.ts
ufPath: ./user-flows
outPath: ./packages/user-flow-gh-action-e2e/measures
format: html,json
rcPath: ./.user-flowrc.json
- name: run:action ( dummy run for to test multiple comments )
uses: ./
with:
commentId: test-e2e-second-run
dryRun: off
verbose: on
url: https://google.com
dryRun: on
ufPath: ./user-flows/flow.uf.ts
outPath: ./packages/user-flow-gh-action-e2e/measures
format: html,json
rcPath: ./.user-flowrc.json
9 changes: 7 additions & 2 deletions .user-flowrc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"collect": {},
"collect": {
"url": "https://google.com",
"ufPath": "./user-flows"
},
"persist": {
"budgets": []
"budgets": [],
"outPath": "./packages/user-flow-gh-action-e2e/measures",
"format": ["json"]
},
"assert": {}
}

0 comments on commit c15945d

Please sign in to comment.