Skip to content

Commit

Permalink
test: fix upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
VojtechVidra committed Jan 22, 2024
1 parent fbe35fa commit 1b3e89e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ jobs:
if: always()
with:
name: test-results
path: test-results/
path: workspaces/e2e/test-results/
retention-days: 30
1 change: 0 additions & 1 deletion examples/vanilla-js/cloud/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<!-- How you would use Flows in your own code -->
<!-- Make sure to lock specific version to avoid braking changes. See docs for more info. -->
<script src="https://cdn.jsdelivr.net/npm/@flows/js/dist/index.global.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@flows/js/css.min/flows.css" />

<script src="index.js"></script>
</head>
Expand Down
4 changes: 0 additions & 4 deletions examples/vanilla-js/cloud/index.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
window.FlowsJS?.init({
projectId: "216a2d2d-f4e2-44ae-b7e7-84399780294f",
userId: "rbnd-test-user",
// flows: [{
// id: "flow-id",
// Element:
// }]
flows: [
{
id: "vanilla-demo-flow-2",
Expand Down

0 comments on commit 1b3e89e

Please sign in to comment.