Skip to content

militabuz/flickster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tilp

Monorepo Organizational Structure

  • mobile (A react native app for mobile)
  • ci (All the code related to CI/CD)
  • infra (All infra code related to cloud deployment of the service)
  • firebase (The config for our firebase project and also the local emulation suite)

Testing GitHub Actions Workflows

We make use of act to locally run our github workflows and quickly get feedback before actually pushing to github.

Pre-Requisites

  • Homebrew (if on mac)
  • The secrets file from dashlane (secrets.env)

Simply install act using brew install act

Running

act [(pull_request|push|etc.)] --secret-file .github/secrets.env

A beginners guides can be found here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published