Skip to content

Commit

Permalink
ci: create workflow test
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy PLANCKEEL <[email protected]>
  • Loading branch information
jplanckeel committed Mar 19, 2024
1 parent 40747fa commit bd9cdd4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
on: [push]

jobs:
hello_world_job:
runs-on: ubuntu-latest
name: A job to test tracker-action
steps:
- name: Test Tracker Action without lock
id: tracker
uses: ./
with:
lock-enable: false
host: "tracker.mon.dev.pl-waw.internal.scaleway.com"
# Use the output from the `hello` step
- name: Get the output time
run: echo "The time was ${{ steps.hello.outputs.time }}"

0 comments on commit bd9cdd4

Please sign in to comment.