re-frame-template icon indicating copy to clipboard operation
re-frame-template copied to clipboard

Template resource 'leiningen/new/re_frame/.github/workflows/test.yaml' not found.

Open danielcompton opened this issue 4 years ago • 0 comments
trafficstars

I tried to create a new re-frame template app but got an error when I tried to add +github-actions.

$ lein new re-frame test-template +github-actions 
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.
Generating re-frame project.
Template resource 'leiningen/new/re_frame/.github/workflows/test.yaml' not found.

I don't really understand the error as the file seems to exist: https://github.com/day8/re-frame-template/blob/master/src/leiningen/new/re_frame/.github/workflows/test.yaml.

danielcompton avatar Nov 13 '21 07:11 danielcompton