File tree Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -28,25 +28,25 @@ jobs:
2828 with :
2929 service-key : ${{ secrets.TWINGATE_PUBLIC_REPO_KEY }}
3030
31- - name : Add delay for network connection
32- run : sleep 30
33-
34- - name : Checkout current PR code
35- uses : actions/checkout@v4
36-
37- - name : Install docker
38- uses : docker/setup-buildx-action@v1
39- id : buildx
40- with :
41- install : true
42-
43- - name : Install ruby version ${{ env.ruby_version }}
44- uses : ruby/setup-ruby@v1
45- with :
46- ruby-version : ${{ env.ruby_version }}
47- bundler-cache : true
48-
49- - name : Run task acceptance tests
50- run : |
51- cd task_spec
52- bundle exec rake task_acceptance
31+ # - name: Add delay for network connection
32+ # run: sleep 30
33+
34+ # - name: Checkout current PR code
35+ # uses: actions/checkout@v4
36+
37+ # - name: Install docker
38+ # uses: docker/setup-buildx-action@v1
39+ # id: buildx
40+ # with:
41+ # install: true
42+
43+ # - name: Install ruby version ${{ env.ruby_version }}
44+ # uses: ruby/setup-ruby@v1
45+ # with:
46+ # ruby-version: ${{ env.ruby_version }}
47+ # bundler-cache: true
48+
49+ # - name: Run task acceptance tests
50+ # run: |
51+ # cd task_spec
52+ # bundle exec rake task_acceptance
You can’t perform that action at this time.
0 commit comments