Skip to content

Commit

Permalink
ci: enable debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kumy committed Mar 4, 2024
1 parent a3c0ede commit 30bcd51
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/robot-framework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ env:
APT_INSTALL: sudo apt-get -qq install -qq -o=Dpkg::Use-Pty=0 -y

jobs:
# debug:
# runs-on: ubuntu-latest
# steps:
# - name: Debug
# uses: raven-actions/debug@v1
debug:
runs-on: ubuntu-latest
steps:
- name: Debug
uses: raven-actions/debug@v1

robot-framework:
if: "${{ (github.event_name == 'workflow_dispatch' || github.event_name == 'push' || github.event.pull_request.merged == true) && !contains(github.event.head_commit.message, 'skip tests-qa') }}"
Expand Down

0 comments on commit 30bcd51

Please sign in to comment.