File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -154,13 +154,13 @@ jobs:
154154 cabal run GenerateEverything
155155 cp travis/* .
156156 ./index.sh
157- # ${{ env.AGDA }} --safe EverythingSafe.agda
158- # ${{ env.AGDA }} index.agda
157+ ${{ env.AGDA }} --safe EverythingSafe.agda
158+ ${{ env.AGDA }} index.agda
159159
160- # - name: Golden testing
161- # run: |
162- # ${{ env.CABAL_INSTALL }} clock
163- # make testsuite INTERACTIVE='' AGDA_EXEC='~/.cabal/bin/agda'
160+ - name : Golden testing
161+ run : |
162+ ${{ env.CABAL_INSTALL }} clock
163+ make testsuite INTERACTIVE='' AGDA_EXEC='~/.cabal/bin/agda'
164164
165165
166166# #######################################################################
@@ -183,7 +183,7 @@ jobs:
183183
184184 - name : Deploy HTML
185185186- # if: ${{ success() && env.AGDA_DEPLOY }}
186+ if : ${{ success() && env.AGDA_DEPLOY }}
187187
188188 with :
189189 branch : gh-pages
You can’t perform that action at this time.
0 commit comments