Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tests.yml #1

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Update tests.yml
  • Loading branch information
yahav-ohana authored Jun 17, 2023
commit 4de9135a657d830c7b94a67de100ec612b2442f9
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: echo "${{ secrets.PAT }}" | gh auth login --with-token

- name: Run Unique Tracer Workflow
uses: fastci-dev/tracer@main
uses: fastci-dev/tracer/.github/workflows/shared-workflow.yaml

- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand Down