Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
desaimg1 committed Nov 9, 2024
1 parent 7c8dc6b commit 8719cd9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ env:
jobs:
test_novus_10g:
runs-on: [snappi-ixn-ci-novus10g]
outputs:
steps: ${{ steps.timestamp.outputs }}
steps:
- name: Set Timestamp
id: timestamp
Expand Down
2 changes: 1 addition & 1 deletion do.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def test(card="novus100g"):

def generate_allure_report():

run(["$TIMESTAMP"])
run(["echo $TIMESTAMP"])
run(
[
"allure generate allure-results -c -o allure-report",
Expand Down

0 comments on commit 8719cd9

Please sign in to comment.