Skip to content

Commit

Permalink
Merge pull request #4 from GitTerraGame/testing-timelapse
Browse files Browse the repository at this point in the history
Testing the timelapse on a PR
  • Loading branch information
sergeychernyshev authored Aug 12, 2024
2 parents 3391799 + ca07084 commit 2f9f1a2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 12 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/gitterra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Play GitTerra 🎮
uses: GitTerraGame/Play-GitTerra@main
uses: GitTerraGame/Play-GitTerra@timelapse
deploy-gitterra-to-gh-pages:
if: github.ref == 'refs/heads/main'
needs: play-gitterra
environment:
name: github-pages
Expand Down
6 changes: 0 additions & 6 deletions .gitterra.config.js

This file was deleted.

6 changes: 6 additions & 0 deletions .gitterra.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
export default (config) => {
config.timelapseLookBackPerfRun = 100;
config.createTimelapse = true;

return config;
};
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,4 @@ https://github.com/marketplace/actions/play-gitterra

If you use it on GitLab, see this component:

https://gitlab.com/explore/catalog/gitterra/GitTerra

## Bump

Bump-bump-bi-dup!
https://gitlab.com/explore/catalog/gitterra/GitTerra

0 comments on commit 2f9f1a2

Please sign in to comment.