Skip to content

Commit

Permalink
Restore CI now app asset paths are fixed (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Dec 1, 2023
1 parent 397430e commit f1754af
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/sub_create_kosli_flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,7 @@ jobs:
version: ${{ vars.KOSLI_CLI_VERSION }}

- name: Create Kosli flow
run: |
echo Do not deploy using this workflow until you can do a local demo
echo The server tests pass, but client tests would fail, if run,
echo Because the js and css assets are not being served. I think
echo The reason for this is new stricter mime type checking.
exit 42
run:
kosli create flow ${{ env.KOSLI_FLOW }}
--description="Diff files from two traffic-lights"
--template=artifact,snyk-scan,pull-request

0 comments on commit f1754af

Please sign in to comment.