Skip to content

Instantly share code, notes, and snippets.

@raquelhortab
Last active May 2, 2024 05:36
Show Gist options
  • Save raquelhortab/a8e99f19de565542ea9f529a5a2404f8 to your computer and use it in GitHub Desktop.
Save raquelhortab/a8e99f19de565542ea9f529a5a2404f8 to your computer and use it in GitHub Desktop.
action.yml for github action to automate tests
# action.yml
name: 'Hello World'
description: 'Run tests'
runs:
using: 'docker'
# this corresponds to the location of the dockerfile, relative to your action's folder (automatic-tests here)
image: '../../../Dockerfile'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment