Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix test target #375

Merged
merged 2 commits into from
Sep 28, 2020
Merged

Fix test target #375

merged 2 commits into from
Sep 28, 2020

Conversation

twpayne
Copy link
Contributor

@twpayne twpayne commented Sep 28, 2020

This PR:

Note that the test fail on my Ubuntu machine:

[push/lint    ] 🚀  Start image=node:12.6-buster-slim
[push/test    ] 🚀  Start image=node:12.6-buster-slim
[push/test    ]   🐳  docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
[push/lint    ]   🐳  docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
[push/test    ]   🐳  docker cp src=/home/twp/src/github.com/nektos/act/. dst=/github/workspace
[push/lint    ]   🐳  docker cp src=/home/twp/src/github.com/nektos/act/. dst=/github/workspace
[push/test    ] ⭐  Run actions/checkout@v2
[push/test    ]   ✅  Success - actions/checkout@v2
[push/test    ] ⭐  Run actions/setup-go@v1
[push/test    ]   ☁  git clone 'https://github.com/actions/setup-go' # ref=v1
[push/test    ] Unable to resolve v1: reference not found
[push/test    ]   ❌  Failure - actions/setup-go@v1
Error: reference not found
exit status 1

I think this is due to issue #311.

@twpayne twpayne requested a review from cplee as a code owner September 28, 2020 15:57
@cplee cplee merged commit 32c41d2 into nektos:master Sep 28, 2020
@cplee
Copy link
Contributor

cplee commented Sep 28, 2020

thanks @twpayne !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants