Gleam Library for the Rocksky API

fix github actions

Changed files
+1 -1
.github
workflows
+1 -1
.github/workflows/test.yml
··· 17 17 wget https://github.com/tsirysndr/replay/releases/download/v0.1.0/replay_v0.1.0_x86_64-unknown-linux-gnu.tar.gz 18 18 tar xzf replay_v0.1.0_x86_64-unknown-linux-gnu.tar.gz 19 19 ./replay --version 20 - ./replay & # run in background 20 + ./replay mock & # run in background 21 21 sleep 2 # wait for replay to start 22 22 - uses: erlef/setup-beam@v1 23 23 with: