Skip to content

Conversation

@davidcheung
Copy link
Contributor

branch renamed and github actions had the wrong branch name

branch renamed and github actions had the wrong branch name
bytes := make([]byte, 15)
_, _ = rand.Read(bytes)
name := string(bytes[:])
name := string(base64.StdEncoding.EncodeToString(bytes[:]))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What was the issue here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

on Mac the test errors out with bytes as filename

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤷

@davidcheung davidcheung merged commit f62a18f into main Nov 10, 2020
@davidcheung davidcheung deleted the reenable-tests branch November 10, 2020 01:10
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.

3 participants