File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,22 +103,3 @@ jobs:
103103
104104 - name : Build docs
105105 run : make docs-build
106-
107- integration :
108- runs-on : ubuntu-latest
109- needs : [test, lint]
110- if : github.event_name == 'push' && github.ref == 'refs/heads/main'
111- steps :
112- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
113-
114- - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
115- with :
116- go-version-file : go.mod
117-
118- - name : Integration tests
119- env :
120- CF_BASE_URL : ${{ secrets.CF_BASE_URL }}
121- CF_AUTH_TYPE : basic
122- CF_AUTH_USER : ${{ secrets.CF_AUTH_USER }}
123- CF_AUTH_TOKEN : ${{ secrets.CF_AUTH_TOKEN }}
124- run : go test ./test/integration/ -v -timeout 120s
Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ export default defineConfig({
3636 { text : 'Getting Started' , link : '/guide/getting-started' } ,
3737 { text : 'Filtering & Presets' , link : '/guide/filtering' } ,
3838 { text : 'Discovering Commands' , link : '/guide/discovery' } ,
39- { text : 'Templates' , link : '/guide/templates' } ,
4039 { text : 'Global Flags' , link : '/guide/global-flags' } ,
4140 { text : 'Error Codes' , link : '/guide/error-codes' } ,
4241 { text : 'Agent Integration' , link : '/guide/agent-integration' } ,
You can’t perform that action at this time.
0 commit comments