Skip to content

Commit 3b71ba1

Browse files
committed
uncommenting rest of task job
1 parent fc3f9ba commit 3b71ba1

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.github/workflows/task_acceptance_tests.yaml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -34,22 +34,22 @@ jobs:
3434
env:
3535
TWINGATE_LOG_LEVEL: debug
3636

37-
# - name: Checkout current PR code
38-
# uses: actions/checkout@v4
39-
#
40-
# - name: Install docker
41-
# uses: docker/setup-buildx-action@v1
42-
# id: buildx
43-
# with:
44-
# install: true
45-
#
46-
# - name: Install ruby version ${{ env.ruby_version }}
47-
# uses: ruby/setup-ruby@v1
48-
# with:
49-
# ruby-version: ${{ env.ruby_version }}
50-
# bundler-cache: true
51-
#
52-
# - name: Run task acceptance tests
53-
# run: |
54-
# cd task_spec
55-
# bundle exec rake task_acceptance
37+
- name: Checkout current PR code
38+
uses: actions/checkout@v4
39+
40+
- name: Install docker
41+
uses: docker/setup-buildx-action@v1
42+
id: buildx
43+
with:
44+
install: true
45+
46+
- name: Install ruby version ${{ env.ruby_version }}
47+
uses: ruby/setup-ruby@v1
48+
with:
49+
ruby-version: ${{ env.ruby_version }}
50+
bundler-cache: true
51+
52+
- name: Run task acceptance tests
53+
run: |
54+
cd task_spec
55+
bundle exec rake task_acceptance

0 commit comments

Comments
 (0)