Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Merge requests
  • !29229

Prep for migration to GitHub Actions CI/CD

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Mark Otto requested to merge actions into master Aug 08, 2019
  • Overview 0
  • Commits 3
  • Pipelines 0
  • Changes 4

Woo, glad to be in on the beta launch of the new Actions! I've had a chance to play with this with @XhmikosR over the last couple weeks and it's been fun. We still have some work to do to bring it all up to speed and get this integrated with v4, but this PR adds Actions CI for Bootstrap 5.

Here's what's changed:

  • Adds new .github/workflows/test.yml.
  • Actions CI runs on three versions of Node like our current Travis build. It's triggered on push and pull_request, so this covers us maintainers and forks I believe.
  • Separate from this PR, I've also created the new secrets in our repo settings.
  • Adds an unofficial badge to the project readme (official ones are coming I think),
  • Removed the .travis.yml file.

Still more to get figured out while the beta happens, but stoked to have been able to get this up and running!

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: actions