]> gitweb.factorcode.org Git - factor.git/commitdiff
workflows: fix yaml syntax error
authorDoug Coleman <doug.coleman@gmail.com>
Wed, 1 Dec 2021 03:27:33 +0000 (21:27 -0600)
committerGitHub <noreply@github.com>
Wed, 1 Dec 2021 03:27:33 +0000 (21:27 -0600)
.github/workflows/build-test-core.yml

index 82c9d46a9f0e4ddb69a798b52790e9745593fa35..a849b33dd196b5c26ed7c7e8e223e0412933f315 100644 (file)
@@ -16,5 +16,5 @@ jobs:
     - name: build
       run: ./build.sh update
     - name: test-core
-      run: ./factor -e="USE: zealot.factor USE: tools.test USE: tools.test.private [ zealot-core-vocabs test-vocabs ] with-child-options"
+      run: "./factor -e=\"USE: zealot.factor USE: tools.test USE: tools.test.private [ zealot-core-vocabs test-vocabs ] with-child-options\""