Update github action

This commit is contained in:
RatzzFatzz
2025-02-04 00:54:09 +01:00
parent f6310c71ee
commit ecc5c56c8c
2 changed files with 3 additions and 1 deletions

View File

@@ -47,7 +47,7 @@ jobs:
- name: Install mkvtoolnix
uses: crazy-max/ghaction-chocolatey@v3
with:
args: choco install mkvtoolnix -y
args: install mkvtoolnix -y
- name: Checkout
uses: actions/checkout@v4

View File

@@ -1,11 +1,13 @@
package at.pcgamingfreaks.mkvaudiosubtitlechanger.util;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import java.util.Date;
import static org.junit.jupiter.api.Assertions.*;
@Disabled
class DateUtilsTest {
@Test