Last active
May 2, 2024 05:36
-
-
Save raquelhortab/a8e99f19de565542ea9f529a5a2404f8 to your computer and use it in GitHub Desktop.
action.yml for github action to automate tests
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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