Skip to content

Commit

Permalink
Create test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xikaro committed May 31, 2024
1 parent 1c81de9 commit a9fa5c5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Test
run-name: "Test #${{ github.run_number }}"

on:
push:

jobs:
info:
name: Project Info
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4.1.4

- name: Replace strings
shell: bash
run: java -jar pakku.jar import <path> TerraFirmaGreg-1.20.x-0.7.9-cf.zip


0 comments on commit a9fa5c5

Please sign in to comment.