Skip to content

Commit

Permalink
use tests workflow as reusable
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomontero committed May 3, 2024
1 parent 994f09f commit 1b773df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
branches: [ "master", "feature/cli-installer-v2" ]

jobs:
call-tests:
uses: ./.github/workflows/tests.yml
build:
runs-on: ubuntu-latest # Choose an appropriate runner
steps:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Run Tests

on: [push]
on: [workflow_call]
env:
E2E_DEVICE_ID: ${{ secrets.E2E_DEVICE_ID }}
E2E_DEVICE_NAME: ${{ secrets.E2E_DEVICE_NAME }}
Expand Down

0 comments on commit 1b773df

Please sign in to comment.