Skip to content

Commit

Permalink
checkout repo
Browse files Browse the repository at this point in the history
  • Loading branch information
KrishKittur committed Jan 15, 2025
1 parent 4d3a83e commit 185eba7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,17 @@ jobs:

steps:

- name: Check out repository
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'

- name: LS
run: 'ls'

- name: Test Send JSON
run: 'python3 test.py "${{ github.event.client_payload }}"'

Expand Down

0 comments on commit 185eba7

Please sign in to comment.