Skip to content

Commit

Permalink
fix(git-actions): add mandatory step to test
Browse files Browse the repository at this point in the history
  • Loading branch information
Swati Mukherjee authored and Swati Mukherjee committed Aug 12, 2024
1 parent bcfe605 commit 00b959d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-automation-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
environment: Testing

steps:
# - name: Checkout repository
# uses: actions/checkout@v3
- name: Checkout repository
uses: actions/checkout@v3

# - name: Set up Node.js
# uses: actions/setup-node@v3
Expand Down

0 comments on commit 00b959d

Please sign in to comment.