Skip to content

wcodesoft/mosha-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Actions

This project was configured in a way that you're able to run GitHub actions locally using https://github.com/nektos/act.

The suggested way of installing it is using Brew:

brew install act

Running actions

To run the libraries test workflows execute:

act workflow_dispatch -j test_author_service

In the root of the project.

Environment variables

To simulate the environment variables that are set in the GitHub actions, you can create a .secrets file in the root of the project with the following content:

CODACY_PROJECT_TOKEN=<CODACY_PROJECT_TOKEN>

And then run the actions with the --secret-file flag:

act workflow_dispatch -j test_author_service --secret-file .secrets

About

Backend stack of the Mosha project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages