Skip to content

Commit 9136e60

Browse files
authored
remove logout step from workflow (#35)
1 parent 9494e04 commit 9136e60

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -160,12 +160,6 @@ jobs:
160160
name: test-metrics
161161
path: target/reports
162162

163-
- name: Logout LocalStack
164-
if: ${{ (github.event.inputs.enable-pro || 'true') == 'true' }}
165-
run: |
166-
source .venv/bin/activate
167-
localstack logout
168-
169163
- name: Publish ${{ matrix.service }} Test Results
170164
uses: EnricoMi/publish-unit-test-result-action@v2
171165
if: always()

0 commit comments

Comments
 (0)