File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6868 - name : Build SpecTec
6969 if : ${{ matrix.spec == 'core' }}
7070 run : cd spectec && opam exec make
71- - name : Publish ${{ matrix.spec }} spec to its https://www.w3.org/TR/ URL
71+ - name : Publish (or validate) ${{ matrix.spec }} spec to its https://www.w3.org/TR/ URL
7272 if : env.W3C_ECHIDNA_TOKEN_CORE
73- run : cd document/${{ matrix.spec }} && opam exec make W3C_STATUS=${{ env.W3C_STATUS }} WD-echidna-CI
73+ run : cd document/${{ matrix.spec }} && opam exec make W3C_STATUS=${{ env.W3C_STATUS }} ECHIDNA_DRYRUN=${{ env.ECHIDNA_DRYRUN}} WD-echidna-CI
7474 env :
7575 W3C_ECHIDNA_TOKEN_CORE : ${{ secrets.W3C_ECHIDNA_TOKEN_CORE }}
7676 W3C_ECHIDNA_TOKEN_JSAPI : ${{ secrets.W3C_ECHIDNA_TOKEN_JSAPI }}
7979 ECHIDNA_DRYRUN : |-
8080 ${{ !((github.event_name == 'workflow_dispatch' && !inputs.dry-run) ||
8181 (github.event_name == 'push' && github.repository == 'WebAssembly/spec' && github.ref == 'refs/heads/main')) }}
82- - name : Validate ${{ matrix.spec }} spec with Echidna
82+ - name : Validate ${{ matrix.spec }} spec with Echidna using personal credentials
8383 if : env.W3C_USERNAME
8484 run : cd document/${{ matrix.spec }} && opam exec make W3C_STATUS=${{ env.W3C_STATUS }} WD-echidna
8585 env :
You can’t perform that action at this time.
0 commit comments