File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments