CFC-Servers/GLuaTest

Workflow fetches an old version of GLuaTest

TomDotBat opened this issue · 4 comments

image

Latest tag is currently 0.15, not 0.9.2.

Here is the workflow I am using:

name: gLuaTest

on:
  pull_request:
  workflow_dispatch:
  push:
    branches:
      - main

jobs:
  run-tests:
    uses: CFC-Servers/GLuaTest/.github/workflows/run_tests.yml@main

Well isn't that curious.

I'll take a look

Ah, I was using a short-term solution to get the latest branch name. I know that's the wrong way to do it, not sure why I left it in there like that.

git tag lists tags alphabetically, which isn't very helpful for version numbers :)

I pushed a fix. If you're planning to maintain a fork of GLuaTest, you'll want to pull the latest commit into your main branch, but after that, as long as your workflow points to your fork, it should just work.

Let me know!

That fixed the problem for me, cheers!
I have a few tests which are dependant on recent changes, would be great if a new tag was made :)

My bad! I'm usually good about that. I just pushed 0.21.1