Skip to content

Update test_action.yml #27

Update test_action.yml

Update test_action.yml #27

Workflow file for this run

name: Test Action
on:
push:
branches:
- main
- VJalili-patch-31
paths:
- 'src/**'
- 'dockerfiles/**'
- 'scripts/docker/build_docker.py'
- '.github/workflows/test_action.yml'
pull_request:
branches:
- main
- VJalili-patch-31
paths:
- 'src/**'
- 'dockerfiles/**'
- 'scripts/docker/build_docker.py'
- '.github/workflows/test_action.yml'
jobs:
build_args_job:
runs-on: ubuntu-latest
name: TEST RUN
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
steps:
- name: Hello world action step
id: hello
uses: Genometric/[email protected]
with:
who-to-greet: 'Mona the Octocat'
azure-storage-account-name: 'cromwell7379410456f0'
azure-storage-container-name: 'workflows'
# Use the output from the `hello` step
- name: Get the output time
run: echo "The time was ${{ steps.hello.outputs.time }}"