Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
matcool authored Aug 7, 2023
1 parent 3bf397b commit 0959ff9
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test the action on TextureLoader
name: Test the action

on:
workflow_dispatch:
Expand All @@ -8,10 +8,15 @@ on:

jobs:
build:
name: Build it
name: Build TextureLoader
runs-on: windows-latest
steps:
- uses: actions/checkout@v3

- name: Geode
- uses: actions/checkout@v3
with:
repository: geode-sdk/textureldr

- name: Build the mod
uses: ./

0 comments on commit 0959ff9

Please sign in to comment.