Skip to content

Commit a10f45f

Browse files
committed
comment out all steps besides twingate connection
1 parent c1aa3be commit a10f45f

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

.github/workflows/task_acceptance_tests.yaml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)