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

test: add github action build test #502

Merged
merged 2 commits into from
Mar 29, 2022

Conversation

andyzhangx
Copy link
Contributor

@andyzhangx andyzhangx commented Mar 22, 2022

It seems that build test result won't show in the first github action PR, and it should show in the next PR after this PR merged.

@andyzhangx
Copy link
Contributor Author

/assign @xing-yang

@saad-ali
Copy link
Member

LGTM Thanks @andyzhangx

@jdef can you PTAL?

CC @msau42


- name: Build Test
run: |
make -C lib/go protoc
Copy link
Member

@jdef jdef Mar 29, 2022

Choose a reason for hiding this comment

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

        make
        make -C lib/go protoc

^ make as a separate step/line, before installing deps, to run tests. which works as expected if you also ...

  1. update Makefile and lib/go/Makefile: s/TRAVIS/GITHUB_ACTIONS/
  2. drop the .travis.yml file

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed the comments, PTAL.

.github/workflows/build.yaml Outdated Show resolved Hide resolved
Copy link
Member

@jdef jdef left a comment

Choose a reason for hiding this comment

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

I think this looks OK. Sad that we cannot run it before merging

@saad-ali
Copy link
Member

Thank you both.
Let's merge and see.

@saad-ali saad-ali merged commit de56b07 into container-storage-interface:master Mar 29, 2022
@jdef
Copy link
Member

jdef commented Mar 30, 2022 via email

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